home *** CD-ROM | disk | FTP | other *** search
/ Ultimate CD / Ultimate_CD_by_SomeGuy.iso / New emulatorstuff / Super Nintendo ultimate collection / zsnesw.srm < prev    next >
Text File  |  2003-05-16  |  131KB  |  4,702 lines

  1. x1024 DR FULL
  2. ;   32 = 1280x1024 DS FULL
  3.  
  4. VideoModeWin = 2
  5.  
  6. ; Sound Emulation = 0 or 1 (1 = ON)
  7.  
  8. Sound = 1
  9.  
  10. ; Sound Sampling Rate
  11. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  12. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  13.  
  14. SoundRate = 2
  15.  
  16. ; Stereo (0 = off, 1 = on)
  17.  
  18. Stereo = 0
  19.  
  20. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  21.  
  22. ReverseStereo = 0
  23.  
  24. ; New Graphics Engine (1 = Enable, 0 = Disable)
  25.  
  26. NewGfx = 1
  27.  
  28. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  29.  
  30. Scanlines = 0
  31.  
  32. ; Interpolation (1 = Enable, 0 = Disable)
  33.  
  34. Interpolation = 0
  35.  
  36. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  37.  
  38. VSync = 0
  39.  
  40. ; Disable Echo  (1 = Yes, 0 = No)
  41.  
  42. EchoDisable = 0
  43.  
  44. ; Sound Volume Level (0 .. 100)
  45. ; Note : Setting this too high can cause sound overflow which degrades quality
  46.  
  47. Volume = 100
  48.  
  49. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  50.  
  51. DontSave = 0
  52.  
  53. ; Savefile directory.  Leave it blank if you want the save files to be in the
  54. ; same directory as the games.  It should be in a format like : C:\dir\dir
  55.  
  56. SaveDirectory = 
  57.  
  58. ; Game directory.  This is the directory where the GUI starts at.
  59. ; ZSNES automatically writes the current directory here upon exit.
  60.  
  61. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  62. ; ZSNES Configuration file
  63.  
  64. ; Frame Skip = 0 .. 9
  65.  
  66. FrameSkip = 0
  67.  
  68. ; Auto Frame Skip = 0 or 1 (1 = ON)
  69.  
  70. AutoFrameSkip = 1
  71.  
  72. ; Player 1/2 Input Device.  Use the GUI to set these values
  73. ; NOTE : Using this to select joysticks manually will NOT work!
  74.  
  75. Player1Device = 1
  76. Player2Device = 0
  77.  
  78. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  79. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  80. ; Use the GUI to set these values
  81.  
  82. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  83. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  84.  
  85. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  86. ; 2 devices to be shared on a single player.  This feature automatically
  87. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  88.  
  89. Pl34to12Share = 0
  90.  
  91. ; Percent to Execute [50 .. 150]
  92.  
  93. Execute = 100
  94.  
  95. ; Video Mode, 0 - 32
  96. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  97. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  98. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  99. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  100. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  101. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  102. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  103. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  104. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  105. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  106. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  107. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  108. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  109. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  110. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  111. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  112. ;   32 = 1280x1024 DS FULL
  113.  
  114. VideoModeWin = 2
  115.  
  116. ; Sound Emulation = 0 or 1 (1 = ON)
  117.  
  118. Sound = 1
  119.  
  120. ; Sound Sampling Rate
  121. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  122. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  123.  
  124. SoundRate = 2
  125.  
  126. ; Stereo (0 = off, 1 = on)
  127.  
  128. Stereo = 0
  129.  
  130. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  131.  
  132. ReverseStereo = 0
  133.  
  134. ; New Graphics Engine (1 = Enable, 0 = Disable)
  135.  
  136. NewGfx = 1
  137.  
  138. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  139.  
  140. Scanlines = 0
  141.  
  142. ; Interpolation (1 = Enable, 0 = Disable)
  143.  
  144. Interpolation = 0
  145.  
  146. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  147.  
  148. VSync = 0
  149.  
  150. ; Disable Echo  (1 = Yes, 0 = No)
  151.  
  152. EchoDisable = 0
  153.  
  154. ; Sound Volume Level (0 .. 100)
  155. ; Note : Setting this too high can cause sound overflow which degrades quality
  156.  
  157. Volume = 100
  158.  
  159. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  160.  
  161. DontSave = 0
  162.  
  163. ; Savefile directory.  Leave it blank if you want the save files to be in the
  164. ; same directory as the games.  It should be in a format like : C:\dir\dir
  165.  
  166. SaveDirectory = 
  167.  
  168. ; Game directory.  This is the directory where the GUI starts at.
  169. ; ZSNES automatically writes the current directory here upon exit.
  170.  
  171. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  172. ; ZSNES Configuration file
  173.  
  174. ; Frame Skip = 0 .. 9
  175.  
  176. FrameSkip = 0
  177.  
  178. ; Auto Frame Skip = 0 or 1 (1 = ON)
  179.  
  180. AutoFrameSkip = 1
  181.  
  182. ; Player 1/2 Input Device.  Use the GUI to set these values
  183. ; NOTE : Using this to select joysticks manually will NOT work!
  184.  
  185. Player1Device = 1
  186. Player2Device = 0
  187.  
  188. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  189. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  190. ; Use the GUI to set these values
  191.  
  192. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  193. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  194.  
  195. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  196. ; 2 devices to be shared on a single player.  This feature automatically
  197. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  198.  
  199. Pl34to12Share = 0
  200.  
  201. ; Percent to Execute [50 .. 150]
  202.  
  203. Execute = 100
  204.  
  205. ; Video Mode, 0 - 32
  206. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  207. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  208. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  209. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  210. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  211. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  212. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  213. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  214. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  215. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  216. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  217. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  218. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  219. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  220. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  221. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  222. ;   32 = 1280x1024 DS FULL
  223.  
  224. VideoModeWin = 2
  225.  
  226. ; Sound Emulation = 0 or 1 (1 = ON)
  227.  
  228. Sound = 1
  229.  
  230. ; Sound Sampling Rate
  231. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  232. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  233.  
  234. SoundRate = 2
  235.  
  236. ; Stereo (0 = off, 1 = on)
  237.  
  238. Stereo = 0
  239.  
  240. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  241.  
  242. ReverseStereo = 0
  243.  
  244. ; New Graphics Engine (1 = Enable, 0 = Disable)
  245.  
  246. NewGfx = 1
  247.  
  248. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  249.  
  250. Scanlines = 0
  251.  
  252. ; Interpolation (1 = Enable, 0 = Disable)
  253.  
  254. Interpolation = 0
  255.  
  256. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  257.  
  258. VSync = 0
  259.  
  260. ; Disable Echo  (1 = Yes, 0 = No)
  261.  
  262. EchoDisable = 0
  263.  
  264. ; Sound Volume Level (0 .. 100)
  265. ; Note : Setting this too high can cause sound overflow which degrades quality
  266.  
  267. Volume = 100
  268.  
  269. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  270.  
  271. DontSave = 0
  272.  
  273. ; Savefile directory.  Leave it blank if you want the save files to be in the
  274. ; same directory as the games.  It should be in a format like : C:\dir\dir
  275.  
  276. SaveDirectory = 
  277.  
  278. ; Game directory.  This is the directory where the GUI starts at.
  279. ; ZSNES automatically writes the current directory here upon exit.
  280.  
  281. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  282. ; ZSNES Configuration file
  283.  
  284. ; Frame Skip = 0 .. 9
  285.  
  286. FrameSkip = 0
  287.  
  288. ; Auto Frame Skip = 0 or 1 (1 = ON)
  289.  
  290. AutoFrameSkip = 1
  291.  
  292. ; Player 1/2 Input Device.  Use the GUI to set these values
  293. ; NOTE : Using this to select joysticks manually will NOT work!
  294.  
  295. Player1Device = 1
  296. Player2Device = 0
  297.  
  298. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  299. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  300. ; Use the GUI to set these values
  301.  
  302. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  303. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  304.  
  305. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  306. ; 2 devices to be shared on a single player.  This feature automatically
  307. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  308.  
  309. Pl34to12Share = 0
  310.  
  311. ; Percent to Execute [50 .. 150]
  312.  
  313. Execute = 100
  314.  
  315. ; Video Mode, 0 - 32
  316. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  317. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  318. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  319. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  320. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  321. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  322. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  323. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  324. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  325. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  326. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  327. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  328. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  329. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  330. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  331. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  332. ;   32 = 1280x1024 DS FULL
  333.  
  334. VideoModeWin = 2
  335.  
  336. ; Sound Emulation = 0 or 1 (1 = ON)
  337.  
  338. Sound = 1
  339.  
  340. ; Sound Sampling Rate
  341. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  342. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  343.  
  344. SoundRate = 2
  345.  
  346. ; Stereo (0 = off, 1 = on)
  347.  
  348. Stereo = 0
  349.  
  350. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  351.  
  352. ReverseStereo = 0
  353.  
  354. ; New Graphics Engine (1 = Enable, 0 = Disable)
  355.  
  356. NewGfx = 1
  357.  
  358. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  359.  
  360. Scanlines = 0
  361.  
  362. ; Interpolation (1 = Enable, 0 = Disable)
  363.  
  364. Interpolation = 0
  365.  
  366. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  367.  
  368. VSync = 0
  369.  
  370. ; Disable Echo  (1 = Yes, 0 = No)
  371.  
  372. EchoDisable = 0
  373.  
  374. ; Sound Volume Level (0 .. 100)
  375. ; Note : Setting this too high can cause sound overflow which degrades quality
  376.  
  377. Volume = 100
  378.  
  379. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  380.  
  381. DontSave = 0
  382.  
  383. ; Savefile directory.  Leave it blank if you want the save files to be in the
  384. ; same directory as the games.  It should be in a format like : C:\dir\dir
  385.  
  386. SaveDirectory = 
  387.  
  388. ; Game directory.  This is the directory where the GUI starts at.
  389. ; ZSNES automatically writes the current directory here upon exit.
  390.  
  391. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  392. ; ZSNES Configuration file
  393.  
  394. ; Frame Skip = 0 .. 9
  395.  
  396. FrameSkip = 0
  397.  
  398. ; Auto Frame Skip = 0 or 1 (1 = ON)
  399.  
  400. AutoFrameSkip = 1
  401.  
  402. ; Player 1/2 Input Device.  Use the GUI to set these values
  403. ; NOTE : Using this to select joysticks manually will NOT work!
  404.  
  405. Player1Device = 1
  406. Player2Device = 0
  407.  
  408. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  409. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  410. ; Use the GUI to set these values
  411.  
  412. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  413. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  414.  
  415. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  416. ; 2 devices to be shared on a single player.  This feature automatically
  417. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  418.  
  419. Pl34to12Share = 0
  420.  
  421. ; Percent to Execute [50 .. 150]
  422.  
  423. Execute = 100
  424.  
  425. ; Video Mode, 0 - 32
  426. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  427. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  428. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  429. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  430. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  431. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  432. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  433. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  434. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  435. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  436. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  437. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  438. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  439. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  440. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  441. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  442. ;   32 = 1280x1024 DS FULL
  443.  
  444. VideoModeWin = 2
  445.  
  446. ; Sound Emulation = 0 or 1 (1 = ON)
  447.  
  448. Sound = 1
  449.  
  450. ; Sound Sampling Rate
  451. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  452. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  453.  
  454. SoundRate = 2
  455.  
  456. ; Stereo (0 = off, 1 = on)
  457.  
  458. Stereo = 0
  459.  
  460. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  461.  
  462. ReverseStereo = 0
  463.  
  464. ; New Graphics Engine (1 = Enable, 0 = Disable)
  465.  
  466. NewGfx = 1
  467.  
  468. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  469.  
  470. Scanlines = 0
  471.  
  472. ; Interpolation (1 = Enable, 0 = Disable)
  473.  
  474. Interpolation = 0
  475.  
  476. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  477.  
  478. VSync = 0
  479.  
  480. ; Disable Echo  (1 = Yes, 0 = No)
  481.  
  482. EchoDisable = 0
  483.  
  484. ; Sound Volume Level (0 .. 100)
  485. ; Note : Setting this too high can cause sound overflow which degrades quality
  486.  
  487. Volume = 100
  488.  
  489. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  490.  
  491. DontSave = 0
  492.  
  493. ; Savefile directory.  Leave it blank if you want the save files to be in the
  494. ; same directory as the games.  It should be in a format like : C:\dir\dir
  495.  
  496. SaveDirectory = 
  497.  
  498. ; Game directory.  This is the directory where the GUI starts at.
  499. ; ZSNES automatically writes the current directory here upon exit.
  500.  
  501. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  502. ; ZSNES Configuration file
  503.  
  504. ; Frame Skip = 0 .. 9
  505.  
  506. FrameSkip = 0
  507.  
  508. ; Auto Frame Skip = 0 or 1 (1 = ON)
  509.  
  510. AutoFrameSkip = 1
  511.  
  512. ; Player 1/2 Input Device.  Use the GUI to set these values
  513. ; NOTE : Using this to select joysticks manually will NOT work!
  514.  
  515. Player1Device = 1
  516. Player2Device = 0
  517.  
  518. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  519. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  520. ; Use the GUI to set these values
  521.  
  522. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  523. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  524.  
  525. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  526. ; 2 devices to be shared on a single player.  This feature automatically
  527. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  528.  
  529. Pl34to12Share = 0
  530.  
  531. ; Percent to Execute [50 .. 150]
  532.  
  533. Execute = 100
  534.  
  535. ; Video Mode, 0 - 32
  536. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  537. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  538. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  539. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  540. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  541. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  542. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  543. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  544. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  545. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  546. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  547. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  548. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  549. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  550. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  551. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  552. ;   32 = 1280x1024 DS FULL
  553.  
  554. VideoModeWin = 2
  555.  
  556. ; Sound Emulation = 0 or 1 (1 = ON)
  557.  
  558. Sound = 1
  559.  
  560. ; Sound Sampling Rate
  561. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  562. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  563.  
  564. SoundRate = 2
  565.  
  566. ; Stereo (0 = off, 1 = on)
  567.  
  568. Stereo = 0
  569.  
  570. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  571.  
  572. ReverseStereo = 0
  573.  
  574. ; New Graphics Engine (1 = Enable, 0 = Disable)
  575.  
  576. NewGfx = 1
  577.  
  578. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  579.  
  580. Scanlines = 0
  581.  
  582. ; Interpolation (1 = Enable, 0 = Disable)
  583.  
  584. Interpolation = 0
  585.  
  586. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  587.  
  588. VSync = 0
  589.  
  590. ; Disable Echo  (1 = Yes, 0 = No)
  591.  
  592. EchoDisable = 0
  593.  
  594. ; Sound Volume Level (0 .. 100)
  595. ; Note : Setting this too high can cause sound overflow which degrades quality
  596.  
  597. Volume = 100
  598.  
  599. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  600.  
  601. DontSave = 0
  602.  
  603. ; Savefile directory.  Leave it blank if you want the save files to be in the
  604. ; same directory as the games.  It should be in a format like : C:\dir\dir
  605.  
  606. SaveDirectory = 
  607.  
  608. ; Game directory.  This is the directory where the GUI starts at.
  609. ; ZSNES automatically writes the current directory here upon exit.
  610.  
  611. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  612. ; ZSNES Configuration file
  613.  
  614. ; Frame Skip = 0 .. 9
  615.  
  616. FrameSkip = 0
  617.  
  618. ; Auto Frame Skip = 0 or 1 (1 = ON)
  619.  
  620. AutoFrameSkip = 1
  621.  
  622. ; Player 1/2 Input Device.  Use the GUI to set these values
  623. ; NOTE : Using this to select joysticks manually will NOT work!
  624.  
  625. Player1Device = 1
  626. Player2Device = 0
  627.  
  628. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  629. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  630. ; Use the GUI to set these values
  631.  
  632. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  633. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  634.  
  635. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  636. ; 2 devices to be shared on a single player.  This feature automatically
  637. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  638.  
  639. Pl34to12Share = 0
  640.  
  641. ; Percent to Execute [50 .. 150]
  642.  
  643. Execute = 100
  644.  
  645. ; Video Mode, 0 - 32
  646. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  647. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  648. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  649. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  650. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  651. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  652. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  653. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  654. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  655. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  656. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  657. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  658. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  659. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  660. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  661. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  662. ;   32 = 1280x1024 DS FULL
  663.  
  664. VideoModeWin = 2
  665.  
  666. ; Sound Emulation = 0 or 1 (1 = ON)
  667.  
  668. Sound = 1
  669.  
  670. ; Sound Sampling Rate
  671. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  672. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  673.  
  674. SoundRate = 2
  675.  
  676. ; Stereo (0 = off, 1 = on)
  677.  
  678. Stereo = 0
  679.  
  680. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  681.  
  682. ReverseStereo = 0
  683.  
  684. ; New Graphics Engine (1 = Enable, 0 = Disable)
  685.  
  686. NewGfx = 1
  687.  
  688. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  689.  
  690. Scanlines = 0
  691.  
  692. ; Interpolation (1 = Enable, 0 = Disable)
  693.  
  694. Interpolation = 0
  695.  
  696. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  697.  
  698. VSync = 0
  699.  
  700. ; Disable Echo  (1 = Yes, 0 = No)
  701.  
  702. EchoDisable = 0
  703.  
  704. ; Sound Volume Level (0 .. 100)
  705. ; Note : Setting this too high can cause sound overflow which degrades quality
  706.  
  707. Volume = 100
  708.  
  709. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  710.  
  711. DontSave = 0
  712.  
  713. ; Savefile directory.  Leave it blank if you want the save files to be in the
  714. ; same directory as the games.  It should be in a format like : C:\dir\dir
  715.  
  716. SaveDirectory = 
  717.  
  718. ; Game directory.  This is the directory where the GUI starts at.
  719. ; ZSNES automatically writes the current directory here upon exit.
  720.  
  721. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  722. ; ZSNES Configuration file
  723.  
  724. ; Frame Skip = 0 .. 9
  725.  
  726. FrameSkip = 0
  727.  
  728. ; Auto Frame Skip = 0 or 1 (1 = ON)
  729.  
  730. AutoFrameSkip = 1
  731.  
  732. ; Player 1/2 Input Device.  Use the GUI to set these values
  733. ; NOTE : Using this to select joysticks manually will NOT work!
  734.  
  735. Player1Device = 1
  736. Player2Device = 0
  737.  
  738. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  739. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  740. ; Use the GUI to set these values
  741.  
  742. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  743. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  744.  
  745. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  746. ; 2 devices to be shared on a single player.  This feature automatically
  747. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  748.  
  749. Pl34to12Share = 0
  750.  
  751. ; Percent to Execute [50 .. 150]
  752.  
  753. Execute = 100
  754.  
  755. ; Video Mode, 0 - 32
  756. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  757. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  758. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  759. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  760. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  761. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  762. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  763. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  764. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  765. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  766. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  767. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  768. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  769. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  770. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  771. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  772. ;   32 = 1280x1024 DS FULL
  773.  
  774. VideoModeWin = 2
  775.  
  776. ; Sound Emulation = 0 or 1 (1 = ON)
  777.  
  778. Sound = 1
  779.  
  780. ; Sound Sampling Rate
  781. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  782. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  783.  
  784. SoundRate = 2
  785.  
  786. ; Stereo (0 = off, 1 = on)
  787.  
  788. Stereo = 0
  789.  
  790. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  791.  
  792. ReverseStereo = 0
  793.  
  794. ; New Graphics Engine (1 = Enable, 0 = Disable)
  795.  
  796. NewGfx = 1
  797.  
  798. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  799.  
  800. Scanlines = 0
  801.  
  802. ; Interpolation (1 = Enable, 0 = Disable)
  803.  
  804. Interpolation = 0
  805.  
  806. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  807.  
  808. VSync = 0
  809.  
  810. ; Disable Echo  (1 = Yes, 0 = No)
  811.  
  812. EchoDisable = 0
  813.  
  814. ; Sound Volume Level (0 .. 100)
  815. ; Note : Setting this too high can cause sound overflow which degrades quality
  816.  
  817. Volume = 100
  818.  
  819. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  820.  
  821. DontSave = 0
  822.  
  823. ; Savefile directory.  Leave it blank if you want the save files to be in the
  824. ; same directory as the games.  It should be in a format like : C:\dir\dir
  825.  
  826. SaveDirectory = 
  827.  
  828. ; Game directory.  This is the directory where the GUI starts at.
  829. ; ZSNES automatically writes the current directory here upon exit.
  830.  
  831. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  832. ; ZSNES Configuration file
  833.  
  834. ; Frame Skip = 0 .. 9
  835.  
  836. FrameSkip = 0
  837.  
  838. ; Auto Frame Skip = 0 or 1 (1 = ON)
  839.  
  840. AutoFrameSkip = 1
  841.  
  842. ; Player 1/2 Input Device.  Use the GUI to set these values
  843. ; NOTE : Using this to select joysticks manually will NOT work!
  844.  
  845. Player1Device = 1
  846. Player2Device = 0
  847.  
  848. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  849. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  850. ; Use the GUI to set these values
  851.  
  852. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  853. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  854.  
  855. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  856. ; 2 devices to be shared on a single player.  This feature automatically
  857. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  858.  
  859. Pl34to12Share = 0
  860.  
  861. ; Percent to Execute [50 .. 150]
  862.  
  863. Execute = 100
  864.  
  865. ; Video Mode, 0 - 32
  866. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  867. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  868. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  869. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  870. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  871. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  872. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  873. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  874. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  875. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  876. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  877. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  878. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  879. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  880. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  881. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  882. ;   32 = 1280x1024 DS FULL
  883.  
  884. VideoModeWin = 2
  885.  
  886. ; Sound Emulation = 0 or 1 (1 = ON)
  887.  
  888. Sound = 1
  889.  
  890. ; Sound Sampling Rate
  891. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  892. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  893.  
  894. SoundRate = 2
  895.  
  896. ; Stereo (0 = off, 1 = on)
  897.  
  898. Stereo = 0
  899.  
  900. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  901.  
  902. ReverseStereo = 0
  903.  
  904. ; New Graphics Engine (1 = Enable, 0 = Disable)
  905.  
  906. NewGfx = 1
  907.  
  908. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  909.  
  910. Scanlines = 0
  911.  
  912. ; Interpolation (1 = Enable, 0 = Disable)
  913.  
  914. Interpolation = 0
  915.  
  916. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  917.  
  918. VSync = 0
  919.  
  920. ; Disable Echo  (1 = Yes, 0 = No)
  921.  
  922. EchoDisable = 0
  923.  
  924. ; Sound Volume Level (0 .. 100)
  925. ; Note : Setting this too high can cause sound overflow which degrades quality
  926.  
  927. Volume = 100
  928.  
  929. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  930.  
  931. DontSave = 0
  932.  
  933. ; Savefile directory.  Leave it blank if you want the save files to be in the
  934. ; same directory as the games.  It should be in a format like : C:\dir\dir
  935.  
  936. SaveDirectory = 
  937.  
  938. ; Game directory.  This is the directory where the GUI starts at.
  939. ; ZSNES automatically writes the current directory here upon exit.
  940.  
  941. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  942. ; ZSNES Configuration file
  943.  
  944. ; Frame Skip = 0 .. 9
  945.  
  946. FrameSkip = 0
  947.  
  948. ; Auto Frame Skip = 0 or 1 (1 = ON)
  949.  
  950. AutoFrameSkip = 1
  951.  
  952. ; Player 1/2 Input Device.  Use the GUI to set these values
  953. ; NOTE : Using this to select joysticks manually will NOT work!
  954.  
  955. Player1Device = 1
  956. Player2Device = 0
  957.  
  958. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  959. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  960. ; Use the GUI to set these values
  961.  
  962. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  963. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  964.  
  965. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  966. ; 2 devices to be shared on a single player.  This feature automatically
  967. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  968.  
  969. Pl34to12Share = 0
  970.  
  971. ; Percent to Execute [50 .. 150]
  972.  
  973. Execute = 100
  974.  
  975. ; Video Mode, 0 - 32
  976. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  977. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  978. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  979. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  980. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  981. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  982. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  983. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  984. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  985. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  986. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  987. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  988. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  989. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  990. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  991. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  992. ;   32 = 1280x1024 DS FULL
  993.  
  994. VideoModeWin = 2
  995.  
  996. ; Sound Emulation = 0 or 1 (1 = ON)
  997.  
  998. Sound = 1
  999.  
  1000. ; Sound Sampling Rate
  1001. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  1002. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  1003.  
  1004. SoundRate = 2
  1005.  
  1006. ; Stereo (0 = off, 1 = on)
  1007.  
  1008. Stereo = 0
  1009.  
  1010. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  1011.  
  1012. ReverseStereo = 0
  1013.  
  1014. ; New Graphics Engine (1 = Enable, 0 = Disable)
  1015.  
  1016. NewGfx = 1
  1017.  
  1018. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  1019.  
  1020. Scanlines = 0
  1021.  
  1022. ; Interpolation (1 = Enable, 0 = Disable)
  1023.  
  1024. Interpolation = 0
  1025.  
  1026. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  1027.  
  1028. VSync = 0
  1029.  
  1030. ; Disable Echo  (1 = Yes, 0 = No)
  1031.  
  1032. EchoDisable = 0
  1033.  
  1034. ; Sound Volume Level (0 .. 100)
  1035. ; Note : Setting this too high can cause sound overflow which degrades quality
  1036.  
  1037. Volume = 100
  1038.  
  1039. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  1040.  
  1041. DontSave = 0
  1042.  
  1043. ; Savefile directory.  Leave it blank if you want the save files to be in the
  1044. ; same directory as the games.  It should be in a format like : C:\dir\dir
  1045.  
  1046. SaveDirectory = 
  1047.  
  1048. ; Game directory.  This is the directory where the GUI starts at.
  1049. ; ZSNES automatically writes the current directory here upon exit.
  1050.  
  1051. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  1052. ; ZSNES Configuration file
  1053.  
  1054. ; Frame Skip = 0 .. 9
  1055.  
  1056. FrameSkip = 0
  1057.  
  1058. ; Auto Frame Skip = 0 or 1 (1 = ON)
  1059.  
  1060. AutoFrameSkip = 1
  1061.  
  1062. ; Player 1/2 Input Device.  Use the GUI to set these values
  1063. ; NOTE : Using this to select joysticks manually will NOT work!
  1064.  
  1065. Player1Device = 1
  1066. Player2Device = 0
  1067.  
  1068. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  1069. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  1070. ; Use the GUI to set these values
  1071.  
  1072. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  1073. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  1074.  
  1075. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  1076. ; 2 devices to be shared on a single player.  This feature automatically
  1077. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  1078.  
  1079. Pl34to12Share = 0
  1080.  
  1081. ; Percent to Execute [50 .. 150]
  1082.  
  1083. Execute = 100
  1084.  
  1085. ; Video Mode, 0 - 32
  1086. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  1087. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  1088. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  1089. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  1090. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  1091. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  1092. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  1093. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  1094. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  1095. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  1096. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  1097. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  1098. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  1099. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  1100. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  1101. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  1102. ;   32 = 1280x1024 DS FULL
  1103.  
  1104. VideoModeWin = 2
  1105.  
  1106. ; Sound Emulation = 0 or 1 (1 = ON)
  1107.  
  1108. Sound = 1
  1109.  
  1110. ; Sound Sampling Rate
  1111. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  1112. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  1113.  
  1114. SoundRate = 2
  1115.  
  1116. ; Stereo (0 = off, 1 = on)
  1117.  
  1118. Stereo = 0
  1119.  
  1120. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  1121.  
  1122. ReverseStereo = 0
  1123.  
  1124. ; New Graphics Engine (1 = Enable, 0 = Disable)
  1125.  
  1126. NewGfx = 1
  1127.  
  1128. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  1129.  
  1130. Scanlines = 0
  1131.  
  1132. ; Interpolation (1 = Enable, 0 = Disable)
  1133.  
  1134. Interpolation = 0
  1135.  
  1136. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  1137.  
  1138. VSync = 0
  1139.  
  1140. ; Disable Echo  (1 = Yes, 0 = No)
  1141.  
  1142. EchoDisable = 0
  1143.  
  1144. ; Sound Volume Level (0 .. 100)
  1145. ; Note : Setting this too high can cause sound overflow which degrades quality
  1146.  
  1147. Volume = 100
  1148.  
  1149. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  1150.  
  1151. DontSave = 0
  1152.  
  1153. ; Savefile directory.  Leave it blank if you want the save files to be in the
  1154. ; same directory as the games.  It should be in a format like : C:\dir\dir
  1155.  
  1156. SaveDirectory = 
  1157.  
  1158. ; Game directory.  This is the directory where the GUI starts at.
  1159. ; ZSNES automatically writes the current directory here upon exit.
  1160.  
  1161. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  1162. ; ZSNES Configuration file
  1163.  
  1164. ; Frame Skip = 0 .. 9
  1165.  
  1166. FrameSkip = 0
  1167.  
  1168. ; Auto Frame Skip = 0 or 1 (1 = ON)
  1169.  
  1170. AutoFrameSkip = 1
  1171.  
  1172. ; Player 1/2 Input Device.  Use the GUI to set these values
  1173. ; NOTE : Using this to select joysticks manually will NOT work!
  1174.  
  1175. Player1Device = 1
  1176. Player2Device = 0
  1177.  
  1178. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  1179. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  1180. ; Use the GUI to set these values
  1181.  
  1182. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  1183. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  1184.  
  1185. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  1186. ; 2 devices to be shared on a single player.  This feature automatically
  1187. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  1188.  
  1189. Pl34to12Share = 0
  1190.  
  1191. ; Percent to Execute [50 .. 150]
  1192.  
  1193. Execute = 100
  1194.  
  1195. ; Video Mode, 0 - 32
  1196. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  1197. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  1198. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  1199. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  1200. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  1201. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  1202. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  1203. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  1204. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  1205. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  1206. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  1207. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  1208. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  1209. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  1210. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  1211. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  1212. ;   32 = 1280x1024 DS FULL
  1213.  
  1214. VideoModeWin = 2
  1215.  
  1216. ; Sound Emulation = 0 or 1 (1 = ON)
  1217.  
  1218. Sound = 1
  1219.  
  1220. ; Sound Sampling Rate
  1221. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  1222. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  1223.  
  1224. SoundRate = 2
  1225.  
  1226. ; Stereo (0 = off, 1 = on)
  1227.  
  1228. Stereo = 0
  1229.  
  1230. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  1231.  
  1232. ReverseStereo = 0
  1233.  
  1234. ; New Graphics Engine (1 = Enable, 0 = Disable)
  1235.  
  1236. NewGfx = 1
  1237.  
  1238. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  1239.  
  1240. Scanlines = 0
  1241.  
  1242. ; Interpolation (1 = Enable, 0 = Disable)
  1243.  
  1244. Interpolation = 0
  1245.  
  1246. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  1247.  
  1248. VSync = 0
  1249.  
  1250. ; Disable Echo  (1 = Yes, 0 = No)
  1251.  
  1252. EchoDisable = 0
  1253.  
  1254. ; Sound Volume Level (0 .. 100)
  1255. ; Note : Setting this too high can cause sound overflow which degrades quality
  1256.  
  1257. Volume = 100
  1258.  
  1259. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  1260.  
  1261. DontSave = 0
  1262.  
  1263. ; Savefile directory.  Leave it blank if you want the save files to be in the
  1264. ; same directory as the games.  It should be in a format like : C:\dir\dir
  1265.  
  1266. SaveDirectory = 
  1267.  
  1268. ; Game directory.  This is the directory where the GUI starts at.
  1269. ; ZSNES automatically writes the current directory here upon exit.
  1270.  
  1271. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  1272. ; ZSNES Configuration file
  1273.  
  1274. ; Frame Skip = 0 .. 9
  1275.  
  1276. FrameSkip = 0
  1277.  
  1278. ; Auto Frame Skip = 0 or 1 (1 = ON)
  1279.  
  1280. AutoFrameSkip = 1
  1281.  
  1282. ; Player 1/2 Input Device.  Use the GUI to set these values
  1283. ; NOTE : Using this to select joysticks manually will NOT work!
  1284.  
  1285. Player1Device = 1
  1286. Player2Device = 0
  1287.  
  1288. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  1289. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  1290. ; Use the GUI to set these values
  1291.  
  1292. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  1293. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  1294.  
  1295. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  1296. ; 2 devices to be shared on a single player.  This feature automatically
  1297. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  1298.  
  1299. Pl34to12Share = 0
  1300.  
  1301. ; Percent to Execute [50 .. 150]
  1302.  
  1303. Execute = 100
  1304.  
  1305. ; Video Mode, 0 - 32
  1306. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  1307. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  1308. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  1309. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  1310. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  1311. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  1312. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  1313. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  1314. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  1315. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  1316. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  1317. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  1318. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  1319. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  1320. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  1321. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  1322. ;   32 = 1280x1024 DS FULL
  1323.  
  1324. VideoModeWin = 2
  1325.  
  1326. ; Sound Emulation = 0 or 1 (1 = ON)
  1327.  
  1328. Sound = 1
  1329.  
  1330. ; Sound Sampling Rate
  1331. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  1332. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  1333.  
  1334. SoundRate = 2
  1335.  
  1336. ; Stereo (0 = off, 1 = on)
  1337.  
  1338. Stereo = 0
  1339.  
  1340. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  1341.  
  1342. ReverseStereo = 0
  1343.  
  1344. ; New Graphics Engine (1 = Enable, 0 = Disable)
  1345.  
  1346. NewGfx = 1
  1347.  
  1348. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  1349.  
  1350. Scanlines = 0
  1351.  
  1352. ; Interpolation (1 = Enable, 0 = Disable)
  1353.  
  1354. Interpolation = 0
  1355.  
  1356. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  1357.  
  1358. VSync = 0
  1359.  
  1360. ; Disable Echo  (1 = Yes, 0 = No)
  1361.  
  1362. EchoDisable = 0
  1363.  
  1364. ; Sound Volume Level (0 .. 100)
  1365. ; Note : Setting this too high can cause sound overflow which degrades quality
  1366.  
  1367. Volume = 100
  1368.  
  1369. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  1370.  
  1371. DontSave = 0
  1372.  
  1373. ; Savefile directory.  Leave it blank if you want the save files to be in the
  1374. ; same directory as the games.  It should be in a format like : C:\dir\dir
  1375.  
  1376. SaveDirectory = 
  1377.  
  1378. ; Game directory.  This is the directory where the GUI starts at.
  1379. ; ZSNES automatically writes the current directory here upon exit.
  1380.  
  1381. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  1382. ; ZSNES Configuration file
  1383.  
  1384. ; Frame Skip = 0 .. 9
  1385.  
  1386. FrameSkip = 0
  1387.  
  1388. ; Auto Frame Skip = 0 or 1 (1 = ON)
  1389.  
  1390. AutoFrameSkip = 1
  1391.  
  1392. ; Player 1/2 Input Device.  Use the GUI to set these values
  1393. ; NOTE : Using this to select joysticks manually will NOT work!
  1394.  
  1395. Player1Device = 1
  1396. Player2Device = 0
  1397.  
  1398. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  1399. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  1400. ; Use the GUI to set these values
  1401.  
  1402. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  1403. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  1404.  
  1405. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  1406. ; 2 devices to be shared on a single player.  This feature automatically
  1407. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  1408.  
  1409. Pl34to12Share = 0
  1410.  
  1411. ; Percent to Execute [50 .. 150]
  1412.  
  1413. Execute = 100
  1414.  
  1415. ; Video Mode, 0 - 32
  1416. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  1417. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  1418. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  1419. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  1420. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  1421. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  1422. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  1423. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  1424. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  1425. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  1426. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  1427. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  1428. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  1429. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  1430. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  1431. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  1432. ;   32 = 1280x1024 DS FULL
  1433.  
  1434. VideoModeWin = 2
  1435.  
  1436. ; Sound Emulation = 0 or 1 (1 = ON)
  1437.  
  1438. Sound = 1
  1439.  
  1440. ; Sound Sampling Rate
  1441. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  1442. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  1443.  
  1444. SoundRate = 2
  1445.  
  1446. ; Stereo (0 = off, 1 = on)
  1447.  
  1448. Stereo = 0
  1449.  
  1450. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  1451.  
  1452. ReverseStereo = 0
  1453.  
  1454. ; New Graphics Engine (1 = Enable, 0 = Disable)
  1455.  
  1456. NewGfx = 1
  1457.  
  1458. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  1459.  
  1460. Scanlines = 0
  1461.  
  1462. ; Interpolation (1 = Enable, 0 = Disable)
  1463.  
  1464. Interpolation = 0
  1465.  
  1466. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  1467.  
  1468. VSync = 0
  1469.  
  1470. ; Disable Echo  (1 = Yes, 0 = No)
  1471.  
  1472. EchoDisable = 0
  1473.  
  1474. ; Sound Volume Level (0 .. 100)
  1475. ; Note : Setting this too high can cause sound overflow which degrades quality
  1476.  
  1477. Volume = 100
  1478.  
  1479. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  1480.  
  1481. DontSave = 0
  1482.  
  1483. ; Savefile directory.  Leave it blank if you want the save files to be in the
  1484. ; same directory as the games.  It should be in a format like : C:\dir\dir
  1485.  
  1486. SaveDirectory = 
  1487.  
  1488. ; Game directory.  This is the directory where the GUI starts at.
  1489. ; ZSNES automatically writes the current directory here upon exit.
  1490.  
  1491. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  1492. ; ZSNES Configuration file
  1493.  
  1494. ; Frame Skip = 0 .. 9
  1495.  
  1496. FrameSkip = 0
  1497.  
  1498. ; Auto Frame Skip = 0 or 1 (1 = ON)
  1499.  
  1500. AutoFrameSkip = 1
  1501.  
  1502. ; Player 1/2 Input Device.  Use the GUI to set these values
  1503. ; NOTE : Using this to select joysticks manually will NOT work!
  1504.  
  1505. Player1Device = 1
  1506. Player2Device = 0
  1507.  
  1508. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  1509. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  1510. ; Use the GUI to set these values
  1511.  
  1512. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  1513. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  1514.  
  1515. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  1516. ; 2 devices to be shared on a single player.  This feature automatically
  1517. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  1518.  
  1519. Pl34to12Share = 0
  1520.  
  1521. ; Percent to Execute [50 .. 150]
  1522.  
  1523. Execute = 100
  1524.  
  1525. ; Video Mode, 0 - 32
  1526. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  1527. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  1528. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  1529. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  1530. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  1531. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  1532. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  1533. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  1534. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  1535. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  1536. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  1537. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  1538. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  1539. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  1540. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  1541. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  1542. ;   32 = 1280x1024 DS FULL
  1543.  
  1544. VideoModeWin = 2
  1545.  
  1546. ; Sound Emulation = 0 or 1 (1 = ON)
  1547.  
  1548. Sound = 1
  1549.  
  1550. ; Sound Sampling Rate
  1551. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  1552. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  1553.  
  1554. SoundRate = 2
  1555.  
  1556. ; Stereo (0 = off, 1 = on)
  1557.  
  1558. Stereo = 0
  1559.  
  1560. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  1561.  
  1562. ReverseStereo = 0
  1563.  
  1564. ; New Graphics Engine (1 = Enable, 0 = Disable)
  1565.  
  1566. NewGfx = 1
  1567.  
  1568. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  1569.  
  1570. Scanlines = 0
  1571.  
  1572. ; Interpolation (1 = Enable, 0 = Disable)
  1573.  
  1574. Interpolation = 0
  1575.  
  1576. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  1577.  
  1578. VSync = 0
  1579.  
  1580. ; Disable Echo  (1 = Yes, 0 = No)
  1581.  
  1582. EchoDisable = 0
  1583.  
  1584. ; Sound Volume Level (0 .. 100)
  1585. ; Note : Setting this too high can cause sound overflow which degrades quality
  1586.  
  1587. Volume = 100
  1588.  
  1589. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  1590.  
  1591. DontSave = 0
  1592.  
  1593. ; Savefile directory.  Leave it blank if you want the save files to be in the
  1594. ; same directory as the games.  It should be in a format like : C:\dir\dir
  1595.  
  1596. SaveDirectory = 
  1597.  
  1598. ; Game directory.  This is the directory where the GUI starts at.
  1599. ; ZSNES automatically writes the current directory here upon exit.
  1600.  
  1601. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  1602. ; ZSNES Configuration file
  1603.  
  1604. ; Frame Skip = 0 .. 9
  1605.  
  1606. FrameSkip = 0
  1607.  
  1608. ; Auto Frame Skip = 0 or 1 (1 = ON)
  1609.  
  1610. AutoFrameSkip = 1
  1611.  
  1612. ; Player 1/2 Input Device.  Use the GUI to set these values
  1613. ; NOTE : Using this to select joysticks manually will NOT work!
  1614.  
  1615. Player1Device = 1
  1616. Player2Device = 0
  1617.  
  1618. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  1619. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  1620. ; Use the GUI to set these values
  1621.  
  1622. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  1623. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  1624.  
  1625. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  1626. ; 2 devices to be shared on a single player.  This feature automatically
  1627. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  1628.  
  1629. Pl34to12Share = 0
  1630.  
  1631. ; Percent to Execute [50 .. 150]
  1632.  
  1633. Execute = 100
  1634.  
  1635. ; Video Mode, 0 - 32
  1636. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  1637. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  1638. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  1639. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  1640. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  1641. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  1642. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  1643. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  1644. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  1645. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  1646. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  1647. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  1648. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  1649. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  1650. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  1651. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  1652. ;   32 = 1280x1024 DS FULL
  1653.  
  1654. VideoModeWin = 2
  1655.  
  1656. ; Sound Emulation = 0 or 1 (1 = ON)
  1657.  
  1658. Sound = 1
  1659.  
  1660. ; Sound Sampling Rate
  1661. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  1662. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  1663.  
  1664. SoundRate = 2
  1665.  
  1666. ; Stereo (0 = off, 1 = on)
  1667.  
  1668. Stereo = 0
  1669.  
  1670. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  1671.  
  1672. ReverseStereo = 0
  1673.  
  1674. ; New Graphics Engine (1 = Enable, 0 = Disable)
  1675.  
  1676. NewGfx = 1
  1677.  
  1678. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  1679.  
  1680. Scanlines = 0
  1681.  
  1682. ; Interpolation (1 = Enable, 0 = Disable)
  1683.  
  1684. Interpolation = 0
  1685.  
  1686. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  1687.  
  1688. VSync = 0
  1689.  
  1690. ; Disable Echo  (1 = Yes, 0 = No)
  1691.  
  1692. EchoDisable = 0
  1693.  
  1694. ; Sound Volume Level (0 .. 100)
  1695. ; Note : Setting this too high can cause sound overflow which degrades quality
  1696.  
  1697. Volume = 100
  1698.  
  1699. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  1700.  
  1701. DontSave = 0
  1702.  
  1703. ; Savefile directory.  Leave it blank if you want the save files to be in the
  1704. ; same directory as the games.  It should be in a format like : C:\dir\dir
  1705.  
  1706. SaveDirectory = 
  1707.  
  1708. ; Game directory.  This is the directory where the GUI starts at.
  1709. ; ZSNES automatically writes the current directory here upon exit.
  1710.  
  1711. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  1712. ; ZSNES Configuration file
  1713.  
  1714. ; Frame Skip = 0 .. 9
  1715.  
  1716. FrameSkip = 0
  1717.  
  1718. ; Auto Frame Skip = 0 or 1 (1 = ON)
  1719.  
  1720. AutoFrameSkip = 1
  1721.  
  1722. ; Player 1/2 Input Device.  Use the GUI to set these values
  1723. ; NOTE : Using this to select joysticks manually will NOT work!
  1724.  
  1725. Player1Device = 1
  1726. Player2Device = 0
  1727.  
  1728. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  1729. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  1730. ; Use the GUI to set these values
  1731.  
  1732. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  1733. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  1734.  
  1735. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  1736. ; 2 devices to be shared on a single player.  This feature automatically
  1737. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  1738.  
  1739. Pl34to12Share = 0
  1740.  
  1741. ; Percent to Execute [50 .. 150]
  1742.  
  1743. Execute = 100
  1744.  
  1745. ; Video Mode, 0 - 32
  1746. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  1747. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  1748. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  1749. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  1750. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  1751. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  1752. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  1753. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  1754. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  1755. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  1756. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  1757. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  1758. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  1759. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  1760. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  1761. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  1762. ;   32 = 1280x1024 DS FULL
  1763.  
  1764. VideoModeWin = 2
  1765.  
  1766. ; Sound Emulation = 0 or 1 (1 = ON)
  1767.  
  1768. Sound = 1
  1769.  
  1770. ; Sound Sampling Rate
  1771. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  1772. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  1773.  
  1774. SoundRate = 2
  1775.  
  1776. ; Stereo (0 = off, 1 = on)
  1777.  
  1778. Stereo = 0
  1779.  
  1780. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  1781.  
  1782. ReverseStereo = 0
  1783.  
  1784. ; New Graphics Engine (1 = Enable, 0 = Disable)
  1785.  
  1786. NewGfx = 1
  1787.  
  1788. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  1789.  
  1790. Scanlines = 0
  1791.  
  1792. ; Interpolation (1 = Enable, 0 = Disable)
  1793.  
  1794. Interpolation = 0
  1795.  
  1796. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  1797.  
  1798. VSync = 0
  1799.  
  1800. ; Disable Echo  (1 = Yes, 0 = No)
  1801.  
  1802. EchoDisable = 0
  1803.  
  1804. ; Sound Volume Level (0 .. 100)
  1805. ; Note : Setting this too high can cause sound overflow which degrades quality
  1806.  
  1807. Volume = 100
  1808.  
  1809. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  1810.  
  1811. DontSave = 0
  1812.  
  1813. ; Savefile directory.  Leave it blank if you want the save files to be in the
  1814. ; same directory as the games.  It should be in a format like : C:\dir\dir
  1815.  
  1816. SaveDirectory = 
  1817.  
  1818. ; Game directory.  This is the directory where the GUI starts at.
  1819. ; ZSNES automatically writes the current directory here upon exit.
  1820.  
  1821. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  1822. ; ZSNES Configuration file
  1823.  
  1824. ; Frame Skip = 0 .. 9
  1825.  
  1826. FrameSkip = 0
  1827.  
  1828. ; Auto Frame Skip = 0 or 1 (1 = ON)
  1829.  
  1830. AutoFrameSkip = 1
  1831.  
  1832. ; Player 1/2 Input Device.  Use the GUI to set these values
  1833. ; NOTE : Using this to select joysticks manually will NOT work!
  1834.  
  1835. Player1Device = 1
  1836. Player2Device = 0
  1837.  
  1838. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  1839. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  1840. ; Use the GUI to set these values
  1841.  
  1842. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  1843. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  1844.  
  1845. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  1846. ; 2 devices to be shared on a single player.  This feature automatically
  1847. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  1848.  
  1849. Pl34to12Share = 0
  1850.  
  1851. ; Percent to Execute [50 .. 150]
  1852.  
  1853. Execute = 100
  1854.  
  1855. ; Video Mode, 0 - 32
  1856. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  1857. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  1858. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  1859. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  1860. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  1861. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  1862. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  1863. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  1864. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  1865. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  1866. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  1867. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  1868. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  1869. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  1870. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  1871. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  1872. ;   32 = 1280x1024 DS FULL
  1873.  
  1874. VideoModeWin = 2
  1875.  
  1876. ; Sound Emulation = 0 or 1 (1 = ON)
  1877.  
  1878. Sound = 1
  1879.  
  1880. ; Sound Sampling Rate
  1881. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  1882. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  1883.  
  1884. SoundRate = 2
  1885.  
  1886. ; Stereo (0 = off, 1 = on)
  1887.  
  1888. Stereo = 0
  1889.  
  1890. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  1891.  
  1892. ReverseStereo = 0
  1893.  
  1894. ; New Graphics Engine (1 = Enable, 0 = Disable)
  1895.  
  1896. NewGfx = 1
  1897.  
  1898. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  1899.  
  1900. Scanlines = 0
  1901.  
  1902. ; Interpolation (1 = Enable, 0 = Disable)
  1903.  
  1904. Interpolation = 0
  1905.  
  1906. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  1907.  
  1908. VSync = 0
  1909.  
  1910. ; Disable Echo  (1 = Yes, 0 = No)
  1911.  
  1912. EchoDisable = 0
  1913.  
  1914. ; Sound Volume Level (0 .. 100)
  1915. ; Note : Setting this too high can cause sound overflow which degrades quality
  1916.  
  1917. Volume = 100
  1918.  
  1919. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  1920.  
  1921. DontSave = 0
  1922.  
  1923. ; Savefile directory.  Leave it blank if you want the save files to be in the
  1924. ; same directory as the games.  It should be in a format like : C:\dir\dir
  1925.  
  1926. SaveDirectory = 
  1927.  
  1928. ; Game directory.  This is the directory where the GUI starts at.
  1929. ; ZSNES automatically writes the current directory here upon exit.
  1930.  
  1931. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  1932. ; ZSNES Configuration file
  1933.  
  1934. ; Frame Skip = 0 .. 9
  1935.  
  1936. FrameSkip = 0
  1937.  
  1938. ; Auto Frame Skip = 0 or 1 (1 = ON)
  1939.  
  1940. AutoFrameSkip = 1
  1941.  
  1942. ; Player 1/2 Input Device.  Use the GUI to set these values
  1943. ; NOTE : Using this to select joysticks manually will NOT work!
  1944.  
  1945. Player1Device = 1
  1946. Player2Device = 0
  1947.  
  1948. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  1949. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  1950. ; Use the GUI to set these values
  1951.  
  1952. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  1953. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  1954.  
  1955. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  1956. ; 2 devices to be shared on a single player.  This feature automatically
  1957. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  1958.  
  1959. Pl34to12Share = 0
  1960.  
  1961. ; Percent to Execute [50 .. 150]
  1962.  
  1963. Execute = 100
  1964.  
  1965. ; Video Mode, 0 - 32
  1966. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  1967. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  1968. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  1969. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  1970. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  1971. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  1972. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  1973. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  1974. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  1975. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  1976. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  1977. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  1978. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  1979. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  1980. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  1981. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  1982. ;   32 = 1280x1024 DS FULL
  1983.  
  1984. VideoModeWin = 2
  1985.  
  1986. ; Sound Emulation = 0 or 1 (1 = ON)
  1987.  
  1988. Sound = 1
  1989.  
  1990. ; Sound Sampling Rate
  1991. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  1992. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  1993.  
  1994. SoundRate = 2
  1995.  
  1996. ; Stereo (0 = off, 1 = on)
  1997.  
  1998. Stereo = 0
  1999.  
  2000. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  2001.  
  2002. ReverseStereo = 0
  2003.  
  2004. ; New Graphics Engine (1 = Enable, 0 = Disable)
  2005.  
  2006. NewGfx = 1
  2007.  
  2008. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  2009.  
  2010. Scanlines = 0
  2011.  
  2012. ; Interpolation (1 = Enable, 0 = Disable)
  2013.  
  2014. Interpolation = 0
  2015.  
  2016. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  2017.  
  2018. VSync = 0
  2019.  
  2020. ; Disable Echo  (1 = Yes, 0 = No)
  2021.  
  2022. EchoDisable = 0
  2023.  
  2024. ; Sound Volume Level (0 .. 100)
  2025. ; Note : Setting this too high can cause sound overflow which degrades quality
  2026.  
  2027. Volume = 100
  2028.  
  2029. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  2030.  
  2031. DontSave = 0
  2032.  
  2033. ; Savefile directory.  Leave it blank if you want the save files to be in the
  2034. ; same directory as the games.  It should be in a format like : C:\dir\dir
  2035.  
  2036. SaveDirectory = 
  2037.  
  2038. ; Game directory.  This is the directory where the GUI starts at.
  2039. ; ZSNES automatically writes the current directory here upon exit.
  2040.  
  2041. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  2042. ; ZSNES Configuration file
  2043.  
  2044. ; Frame Skip = 0 .. 9
  2045.  
  2046. FrameSkip = 0
  2047.  
  2048. ; Auto Frame Skip = 0 or 1 (1 = ON)
  2049.  
  2050. AutoFrameSkip = 1
  2051.  
  2052. ; Player 1/2 Input Device.  Use the GUI to set these values
  2053. ; NOTE : Using this to select joysticks manually will NOT work!
  2054.  
  2055. Player1Device = 1
  2056. Player2Device = 0
  2057.  
  2058. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  2059. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  2060. ; Use the GUI to set these values
  2061.  
  2062. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  2063. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  2064.  
  2065. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  2066. ; 2 devices to be shared on a single player.  This feature automatically
  2067. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  2068.  
  2069. Pl34to12Share = 0
  2070.  
  2071. ; Percent to Execute [50 .. 150]
  2072.  
  2073. Execute = 100
  2074.  
  2075. ; Video Mode, 0 - 32
  2076. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  2077. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  2078. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  2079. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  2080. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  2081. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  2082. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  2083. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  2084. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  2085. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  2086. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  2087. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  2088. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  2089. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  2090. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  2091. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  2092. ;   32 = 1280x1024 DS FULL
  2093.  
  2094. VideoModeWin = 2
  2095.  
  2096. ; Sound Emulation = 0 or 1 (1 = ON)
  2097.  
  2098. Sound = 1
  2099.  
  2100. ; Sound Sampling Rate
  2101. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  2102. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  2103.  
  2104. SoundRate = 2
  2105.  
  2106. ; Stereo (0 = off, 1 = on)
  2107.  
  2108. Stereo = 0
  2109.  
  2110. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  2111.  
  2112. ReverseStereo = 0
  2113.  
  2114. ; New Graphics Engine (1 = Enable, 0 = Disable)
  2115.  
  2116. NewGfx = 1
  2117.  
  2118. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  2119.  
  2120. Scanlines = 0
  2121.  
  2122. ; Interpolation (1 = Enable, 0 = Disable)
  2123.  
  2124. Interpolation = 0
  2125.  
  2126. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  2127.  
  2128. VSync = 0
  2129.  
  2130. ; Disable Echo  (1 = Yes, 0 = No)
  2131.  
  2132. EchoDisable = 0
  2133.  
  2134. ; Sound Volume Level (0 .. 100)
  2135. ; Note : Setting this too high can cause sound overflow which degrades quality
  2136.  
  2137. Volume = 100
  2138.  
  2139. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  2140.  
  2141. DontSave = 0
  2142.  
  2143. ; Savefile directory.  Leave it blank if you want the save files to be in the
  2144. ; same directory as the games.  It should be in a format like : C:\dir\dir
  2145.  
  2146. SaveDirectory = 
  2147.  
  2148. ; Game directory.  This is the directory where the GUI starts at.
  2149. ; ZSNES automatically writes the current directory here upon exit.
  2150.  
  2151. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  2152. ; ZSNES Configuration file
  2153.  
  2154. ; Frame Skip = 0 .. 9
  2155.  
  2156. FrameSkip = 0
  2157.  
  2158. ; Auto Frame Skip = 0 or 1 (1 = ON)
  2159.  
  2160. AutoFrameSkip = 1
  2161.  
  2162. ; Player 1/2 Input Device.  Use the GUI to set these values
  2163. ; NOTE : Using this to select joysticks manually will NOT work!
  2164.  
  2165. Player1Device = 1
  2166. Player2Device = 0
  2167.  
  2168. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  2169. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  2170. ; Use the GUI to set these values
  2171.  
  2172. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  2173. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  2174.  
  2175. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  2176. ; 2 devices to be shared on a single player.  This feature automatically
  2177. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  2178.  
  2179. Pl34to12Share = 0
  2180.  
  2181. ; Percent to Execute [50 .. 150]
  2182.  
  2183. Execute = 100
  2184.  
  2185. ; Video Mode, 0 - 32
  2186. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  2187. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  2188. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  2189. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  2190. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  2191. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  2192. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  2193. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  2194. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  2195. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  2196. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  2197. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  2198. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  2199. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  2200. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  2201. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  2202. ;   32 = 1280x1024 DS FULL
  2203.  
  2204. VideoModeWin = 2
  2205.  
  2206. ; Sound Emulation = 0 or 1 (1 = ON)
  2207.  
  2208. Sound = 1
  2209.  
  2210. ; Sound Sampling Rate
  2211. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  2212. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  2213.  
  2214. SoundRate = 2
  2215.  
  2216. ; Stereo (0 = off, 1 = on)
  2217.  
  2218. Stereo = 0
  2219.  
  2220. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  2221.  
  2222. ReverseStereo = 0
  2223.  
  2224. ; New Graphics Engine (1 = Enable, 0 = Disable)
  2225.  
  2226. NewGfx = 1
  2227.  
  2228. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  2229.  
  2230. Scanlines = 0
  2231.  
  2232. ; Interpolation (1 = Enable, 0 = Disable)
  2233.  
  2234. Interpolation = 0
  2235.  
  2236. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  2237.  
  2238. VSync = 0
  2239.  
  2240. ; Disable Echo  (1 = Yes, 0 = No)
  2241.  
  2242. EchoDisable = 0
  2243.  
  2244. ; Sound Volume Level (0 .. 100)
  2245. ; Note : Setting this too high can cause sound overflow which degrades quality
  2246.  
  2247. Volume = 100
  2248.  
  2249. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  2250.  
  2251. DontSave = 0
  2252.  
  2253. ; Savefile directory.  Leave it blank if you want the save files to be in the
  2254. ; same directory as the games.  It should be in a format like : C:\dir\dir
  2255.  
  2256. SaveDirectory = 
  2257.  
  2258. ; Game directory.  This is the directory where the GUI starts at.
  2259. ; ZSNES automatically writes the current directory here upon exit.
  2260.  
  2261. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  2262. ; ZSNES Configuration file
  2263.  
  2264. ; Frame Skip = 0 .. 9
  2265.  
  2266. FrameSkip = 0
  2267.  
  2268. ; Auto Frame Skip = 0 or 1 (1 = ON)
  2269.  
  2270. AutoFrameSkip = 1
  2271.  
  2272. ; Player 1/2 Input Device.  Use the GUI to set these values
  2273. ; NOTE : Using this to select joysticks manually will NOT work!
  2274.  
  2275. Player1Device = 1
  2276. Player2Device = 0
  2277.  
  2278. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  2279. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  2280. ; Use the GUI to set these values
  2281.  
  2282. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  2283. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  2284.  
  2285. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  2286. ; 2 devices to be shared on a single player.  This feature automatically
  2287. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  2288.  
  2289. Pl34to12Share = 0
  2290.  
  2291. ; Percent to Execute [50 .. 150]
  2292.  
  2293. Execute = 100
  2294.  
  2295. ; Video Mode, 0 - 32
  2296. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  2297. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  2298. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  2299. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  2300. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  2301. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  2302. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  2303. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  2304. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  2305. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  2306. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  2307. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  2308. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  2309. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  2310. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  2311. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  2312. ;   32 = 1280x1024 DS FULL
  2313.  
  2314. VideoModeWin = 2
  2315.  
  2316. ; Sound Emulation = 0 or 1 (1 = ON)
  2317.  
  2318. Sound = 1
  2319.  
  2320. ; Sound Sampling Rate
  2321. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  2322. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  2323.  
  2324. SoundRate = 2
  2325.  
  2326. ; Stereo (0 = off, 1 = on)
  2327.  
  2328. Stereo = 0
  2329.  
  2330. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  2331.  
  2332. ReverseStereo = 0
  2333.  
  2334. ; New Graphics Engine (1 = Enable, 0 = Disable)
  2335.  
  2336. NewGfx = 1
  2337.  
  2338. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  2339.  
  2340. Scanlines = 0
  2341.  
  2342. ; Interpolation (1 = Enable, 0 = Disable)
  2343.  
  2344. Interpolation = 0
  2345.  
  2346. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  2347.  
  2348. VSync = 0
  2349.  
  2350. ; Disable Echo  (1 = Yes, 0 = No)
  2351.  
  2352. EchoDisable = 0
  2353.  
  2354. ; Sound Volume Level (0 .. 100)
  2355. ; Note : Setting this too high can cause sound overflow which degrades quality
  2356.  
  2357. Volume = 100
  2358.  
  2359. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  2360.  
  2361. DontSave = 0
  2362.  
  2363. ; Savefile directory.  Leave it blank if you want the save files to be in the
  2364. ; same directory as the games.  It should be in a format like : C:\dir\dir
  2365.  
  2366. SaveDirectory = 
  2367.  
  2368. ; Game directory.  This is the directory where the GUI starts at.
  2369. ; ZSNES automatically writes the current directory here upon exit.
  2370.  
  2371. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  2372. ; ZSNES Configuration file
  2373.  
  2374. ; Frame Skip = 0 .. 9
  2375.  
  2376. FrameSkip = 0
  2377.  
  2378. ; Auto Frame Skip = 0 or 1 (1 = ON)
  2379.  
  2380. AutoFrameSkip = 1
  2381.  
  2382. ; Player 1/2 Input Device.  Use the GUI to set these values
  2383. ; NOTE : Using this to select joysticks manually will NOT work!
  2384.  
  2385. Player1Device = 1
  2386. Player2Device = 0
  2387.  
  2388. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  2389. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  2390. ; Use the GUI to set these values
  2391.  
  2392. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  2393. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  2394.  
  2395. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  2396. ; 2 devices to be shared on a single player.  This feature automatically
  2397. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  2398.  
  2399. Pl34to12Share = 0
  2400.  
  2401. ; Percent to Execute [50 .. 150]
  2402.  
  2403. Execute = 100
  2404.  
  2405. ; Video Mode, 0 - 32
  2406. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  2407. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  2408. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  2409. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  2410. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  2411. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  2412. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  2413. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  2414. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  2415. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  2416. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  2417. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  2418. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  2419. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  2420. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  2421. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  2422. ;   32 = 1280x1024 DS FULL
  2423.  
  2424. VideoModeWin = 2
  2425.  
  2426. ; Sound Emulation = 0 or 1 (1 = ON)
  2427.  
  2428. Sound = 1
  2429.  
  2430. ; Sound Sampling Rate
  2431. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  2432. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  2433.  
  2434. SoundRate = 2
  2435.  
  2436. ; Stereo (0 = off, 1 = on)
  2437.  
  2438. Stereo = 0
  2439.  
  2440. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  2441.  
  2442. ReverseStereo = 0
  2443.  
  2444. ; New Graphics Engine (1 = Enable, 0 = Disable)
  2445.  
  2446. NewGfx = 1
  2447.  
  2448. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  2449.  
  2450. Scanlines = 0
  2451.  
  2452. ; Interpolation (1 = Enable, 0 = Disable)
  2453.  
  2454. Interpolation = 0
  2455.  
  2456. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  2457.  
  2458. VSync = 0
  2459.  
  2460. ; Disable Echo  (1 = Yes, 0 = No)
  2461.  
  2462. EchoDisable = 0
  2463.  
  2464. ; Sound Volume Level (0 .. 100)
  2465. ; Note : Setting this too high can cause sound overflow which degrades quality
  2466.  
  2467. Volume = 100
  2468.  
  2469. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  2470.  
  2471. DontSave = 0
  2472.  
  2473. ; Savefile directory.  Leave it blank if you want the save files to be in the
  2474. ; same directory as the games.  It should be in a format like : C:\dir\dir
  2475.  
  2476. SaveDirectory = 
  2477.  
  2478. ; Game directory.  This is the directory where the GUI starts at.
  2479. ; ZSNES automatically writes the current directory here upon exit.
  2480.  
  2481. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  2482. ; ZSNES Configuration file
  2483.  
  2484. ; Frame Skip = 0 .. 9
  2485.  
  2486. FrameSkip = 0
  2487.  
  2488. ; Auto Frame Skip = 0 or 1 (1 = ON)
  2489.  
  2490. AutoFrameSkip = 1
  2491.  
  2492. ; Player 1/2 Input Device.  Use the GUI to set these values
  2493. ; NOTE : Using this to select joysticks manually will NOT work!
  2494.  
  2495. Player1Device = 1
  2496. Player2Device = 0
  2497.  
  2498. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  2499. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  2500. ; Use the GUI to set these values
  2501.  
  2502. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  2503. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  2504.  
  2505. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  2506. ; 2 devices to be shared on a single player.  This feature automatically
  2507. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  2508.  
  2509. Pl34to12Share = 0
  2510.  
  2511. ; Percent to Execute [50 .. 150]
  2512.  
  2513. Execute = 100
  2514.  
  2515. ; Video Mode, 0 - 32
  2516. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  2517. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  2518. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  2519. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  2520. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  2521. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  2522. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  2523. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  2524. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  2525. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  2526. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  2527. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  2528. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  2529. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  2530. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  2531. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  2532. ;   32 = 1280x1024 DS FULL
  2533.  
  2534. VideoModeWin = 2
  2535.  
  2536. ; Sound Emulation = 0 or 1 (1 = ON)
  2537.  
  2538. Sound = 1
  2539.  
  2540. ; Sound Sampling Rate
  2541. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  2542. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  2543.  
  2544. SoundRate = 2
  2545.  
  2546. ; Stereo (0 = off, 1 = on)
  2547.  
  2548. Stereo = 0
  2549.  
  2550. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  2551.  
  2552. ReverseStereo = 0
  2553.  
  2554. ; New Graphics Engine (1 = Enable, 0 = Disable)
  2555.  
  2556. NewGfx = 1
  2557.  
  2558. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  2559.  
  2560. Scanlines = 0
  2561.  
  2562. ; Interpolation (1 = Enable, 0 = Disable)
  2563.  
  2564. Interpolation = 0
  2565.  
  2566. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  2567.  
  2568. VSync = 0
  2569.  
  2570. ; Disable Echo  (1 = Yes, 0 = No)
  2571.  
  2572. EchoDisable = 0
  2573.  
  2574. ; Sound Volume Level (0 .. 100)
  2575. ; Note : Setting this too high can cause sound overflow which degrades quality
  2576.  
  2577. Volume = 100
  2578.  
  2579. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  2580.  
  2581. DontSave = 0
  2582.  
  2583. ; Savefile directory.  Leave it blank if you want the save files to be in the
  2584. ; same directory as the games.  It should be in a format like : C:\dir\dir
  2585.  
  2586. SaveDirectory = 
  2587.  
  2588. ; Game directory.  This is the directory where the GUI starts at.
  2589. ; ZSNES automatically writes the current directory here upon exit.
  2590.  
  2591. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  2592. ; ZSNES Configuration file
  2593.  
  2594. ; Frame Skip = 0 .. 9
  2595.  
  2596. FrameSkip = 0
  2597.  
  2598. ; Auto Frame Skip = 0 or 1 (1 = ON)
  2599.  
  2600. AutoFrameSkip = 1
  2601.  
  2602. ; Player 1/2 Input Device.  Use the GUI to set these values
  2603. ; NOTE : Using this to select joysticks manually will NOT work!
  2604.  
  2605. Player1Device = 1
  2606. Player2Device = 0
  2607.  
  2608. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  2609. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  2610. ; Use the GUI to set these values
  2611.  
  2612. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  2613. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  2614.  
  2615. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  2616. ; 2 devices to be shared on a single player.  This feature automatically
  2617. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  2618.  
  2619. Pl34to12Share = 0
  2620.  
  2621. ; Percent to Execute [50 .. 150]
  2622.  
  2623. Execute = 100
  2624.  
  2625. ; Video Mode, 0 - 32
  2626. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  2627. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  2628. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  2629. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  2630. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  2631. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  2632. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  2633. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  2634. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  2635. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  2636. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  2637. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  2638. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  2639. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  2640. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  2641. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  2642. ;   32 = 1280x1024 DS FULL
  2643.  
  2644. VideoModeWin = 2
  2645.  
  2646. ; Sound Emulation = 0 or 1 (1 = ON)
  2647.  
  2648. Sound = 1
  2649.  
  2650. ; Sound Sampling Rate
  2651. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  2652. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  2653.  
  2654. SoundRate = 2
  2655.  
  2656. ; Stereo (0 = off, 1 = on)
  2657.  
  2658. Stereo = 0
  2659.  
  2660. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  2661.  
  2662. ReverseStereo = 0
  2663.  
  2664. ; New Graphics Engine (1 = Enable, 0 = Disable)
  2665.  
  2666. NewGfx = 1
  2667.  
  2668. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  2669.  
  2670. Scanlines = 0
  2671.  
  2672. ; Interpolation (1 = Enable, 0 = Disable)
  2673.  
  2674. Interpolation = 0
  2675.  
  2676. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  2677.  
  2678. VSync = 0
  2679.  
  2680. ; Disable Echo  (1 = Yes, 0 = No)
  2681.  
  2682. EchoDisable = 0
  2683.  
  2684. ; Sound Volume Level (0 .. 100)
  2685. ; Note : Setting this too high can cause sound overflow which degrades quality
  2686.  
  2687. Volume = 100
  2688.  
  2689. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  2690.  
  2691. DontSave = 0
  2692.  
  2693. ; Savefile directory.  Leave it blank if you want the save files to be in the
  2694. ; same directory as the games.  It should be in a format like : C:\dir\dir
  2695.  
  2696. SaveDirectory = 
  2697.  
  2698. ; Game directory.  This is the directory where the GUI starts at.
  2699. ; ZSNES automatically writes the current directory here upon exit.
  2700.  
  2701. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  2702. ; ZSNES Configuration file
  2703.  
  2704. ; Frame Skip = 0 .. 9
  2705.  
  2706. FrameSkip = 0
  2707.  
  2708. ; Auto Frame Skip = 0 or 1 (1 = ON)
  2709.  
  2710. AutoFrameSkip = 1
  2711.  
  2712. ; Player 1/2 Input Device.  Use the GUI to set these values
  2713. ; NOTE : Using this to select joysticks manually will NOT work!
  2714.  
  2715. Player1Device = 1
  2716. Player2Device = 0
  2717.  
  2718. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  2719. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  2720. ; Use the GUI to set these values
  2721.  
  2722. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  2723. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  2724.  
  2725. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  2726. ; 2 devices to be shared on a single player.  This feature automatically
  2727. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  2728.  
  2729. Pl34to12Share = 0
  2730.  
  2731. ; Percent to Execute [50 .. 150]
  2732.  
  2733. Execute = 100
  2734.  
  2735. ; Video Mode, 0 - 32
  2736. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  2737. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  2738. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  2739. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  2740. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  2741. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  2742. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  2743. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  2744. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  2745. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  2746. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  2747. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  2748. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  2749. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  2750. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  2751. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  2752. ;   32 = 1280x1024 DS FULL
  2753.  
  2754. VideoModeWin = 2
  2755.  
  2756. ; Sound Emulation = 0 or 1 (1 = ON)
  2757.  
  2758. Sound = 1
  2759.  
  2760. ; Sound Sampling Rate
  2761. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  2762. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  2763.  
  2764. SoundRate = 2
  2765.  
  2766. ; Stereo (0 = off, 1 = on)
  2767.  
  2768. Stereo = 0
  2769.  
  2770. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  2771.  
  2772. ReverseStereo = 0
  2773.  
  2774. ; New Graphics Engine (1 = Enable, 0 = Disable)
  2775.  
  2776. NewGfx = 1
  2777.  
  2778. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  2779.  
  2780. Scanlines = 0
  2781.  
  2782. ; Interpolation (1 = Enable, 0 = Disable)
  2783.  
  2784. Interpolation = 0
  2785.  
  2786. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  2787.  
  2788. VSync = 0
  2789.  
  2790. ; Disable Echo  (1 = Yes, 0 = No)
  2791.  
  2792. EchoDisable = 0
  2793.  
  2794. ; Sound Volume Level (0 .. 100)
  2795. ; Note : Setting this too high can cause sound overflow which degrades quality
  2796.  
  2797. Volume = 100
  2798.  
  2799. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  2800.  
  2801. DontSave = 0
  2802.  
  2803. ; Savefile directory.  Leave it blank if you want the save files to be in the
  2804. ; same directory as the games.  It should be in a format like : C:\dir\dir
  2805.  
  2806. SaveDirectory = 
  2807.  
  2808. ; Game directory.  This is the directory where the GUI starts at.
  2809. ; ZSNES automatically writes the current directory here upon exit.
  2810.  
  2811. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  2812. ; ZSNES Configuration file
  2813.  
  2814. ; Frame Skip = 0 .. 9
  2815.  
  2816. FrameSkip = 0
  2817.  
  2818. ; Auto Frame Skip = 0 or 1 (1 = ON)
  2819.  
  2820. AutoFrameSkip = 1
  2821.  
  2822. ; Player 1/2 Input Device.  Use the GUI to set these values
  2823. ; NOTE : Using this to select joysticks manually will NOT work!
  2824.  
  2825. Player1Device = 1
  2826. Player2Device = 0
  2827.  
  2828. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  2829. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  2830. ; Use the GUI to set these values
  2831.  
  2832. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  2833. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  2834.  
  2835. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  2836. ; 2 devices to be shared on a single player.  This feature automatically
  2837. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  2838.  
  2839. Pl34to12Share = 0
  2840.  
  2841. ; Percent to Execute [50 .. 150]
  2842.  
  2843. Execute = 100
  2844.  
  2845. ; Video Mode, 0 - 32
  2846. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  2847. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  2848. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  2849. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  2850. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  2851. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  2852. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  2853. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  2854. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  2855. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  2856. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  2857. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  2858. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  2859. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  2860. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  2861. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  2862. ;   32 = 1280x1024 DS FULL
  2863.  
  2864. VideoModeWin = 2
  2865.  
  2866. ; Sound Emulation = 0 or 1 (1 = ON)
  2867.  
  2868. Sound = 1
  2869.  
  2870. ; Sound Sampling Rate
  2871. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  2872. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  2873.  
  2874. SoundRate = 2
  2875.  
  2876. ; Stereo (0 = off, 1 = on)
  2877.  
  2878. Stereo = 0
  2879.  
  2880. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  2881.  
  2882. ReverseStereo = 0
  2883.  
  2884. ; New Graphics Engine (1 = Enable, 0 = Disable)
  2885.  
  2886. NewGfx = 1
  2887.  
  2888. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  2889.  
  2890. Scanlines = 0
  2891.  
  2892. ; Interpolation (1 = Enable, 0 = Disable)
  2893.  
  2894. Interpolation = 0
  2895.  
  2896. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  2897.  
  2898. VSync = 0
  2899.  
  2900. ; Disable Echo  (1 = Yes, 0 = No)
  2901.  
  2902. EchoDisable = 0
  2903.  
  2904. ; Sound Volume Level (0 .. 100)
  2905. ; Note : Setting this too high can cause sound overflow which degrades quality
  2906.  
  2907. Volume = 100
  2908.  
  2909. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  2910.  
  2911. DontSave = 0
  2912.  
  2913. ; Savefile directory.  Leave it blank if you want the save files to be in the
  2914. ; same directory as the games.  It should be in a format like : C:\dir\dir
  2915.  
  2916. SaveDirectory = 
  2917.  
  2918. ; Game directory.  This is the directory where the GUI starts at.
  2919. ; ZSNES automatically writes the current directory here upon exit.
  2920.  
  2921. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  2922. ; ZSNES Configuration file
  2923.  
  2924. ; Frame Skip = 0 .. 9
  2925.  
  2926. FrameSkip = 0
  2927.  
  2928. ; Auto Frame Skip = 0 or 1 (1 = ON)
  2929.  
  2930. AutoFrameSkip = 1
  2931.  
  2932. ; Player 1/2 Input Device.  Use the GUI to set these values
  2933. ; NOTE : Using this to select joysticks manually will NOT work!
  2934.  
  2935. Player1Device = 1
  2936. Player2Device = 0
  2937.  
  2938. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  2939. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  2940. ; Use the GUI to set these values
  2941.  
  2942. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  2943. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  2944.  
  2945. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  2946. ; 2 devices to be shared on a single player.  This feature automatically
  2947. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  2948.  
  2949. Pl34to12Share = 0
  2950.  
  2951. ; Percent to Execute [50 .. 150]
  2952.  
  2953. Execute = 100
  2954.  
  2955. ; Video Mode, 0 - 32
  2956. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  2957. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  2958. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  2959. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  2960. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  2961. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  2962. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  2963. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  2964. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  2965. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  2966. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  2967. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  2968. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  2969. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  2970. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  2971. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  2972. ;   32 = 1280x1024 DS FULL
  2973.  
  2974. VideoModeWin = 2
  2975.  
  2976. ; Sound Emulation = 0 or 1 (1 = ON)
  2977.  
  2978. Sound = 1
  2979.  
  2980. ; Sound Sampling Rate
  2981. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  2982. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  2983.  
  2984. SoundRate = 2
  2985.  
  2986. ; Stereo (0 = off, 1 = on)
  2987.  
  2988. Stereo = 0
  2989.  
  2990. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  2991.  
  2992. ReverseStereo = 0
  2993.  
  2994. ; New Graphics Engine (1 = Enable, 0 = Disable)
  2995.  
  2996. NewGfx = 1
  2997.  
  2998. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  2999.  
  3000. Scanlines = 0
  3001.  
  3002. ; Interpolation (1 = Enable, 0 = Disable)
  3003.  
  3004. Interpolation = 0
  3005.  
  3006. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  3007.  
  3008. VSync = 0
  3009.  
  3010. ; Disable Echo  (1 = Yes, 0 = No)
  3011.  
  3012. EchoDisable = 0
  3013.  
  3014. ; Sound Volume Level (0 .. 100)
  3015. ; Note : Setting this too high can cause sound overflow which degrades quality
  3016.  
  3017. Volume = 100
  3018.  
  3019. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  3020.  
  3021. DontSave = 0
  3022.  
  3023. ; Savefile directory.  Leave it blank if you want the save files to be in the
  3024. ; same directory as the games.  It should be in a format like : C:\dir\dir
  3025.  
  3026. SaveDirectory = 
  3027.  
  3028. ; Game directory.  This is the directory where the GUI starts at.
  3029. ; ZSNES automatically writes the current directory here upon exit.
  3030.  
  3031. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  3032. ; ZSNES Configuration file
  3033.  
  3034. ; Frame Skip = 0 .. 9
  3035.  
  3036. FrameSkip = 0
  3037.  
  3038. ; Auto Frame Skip = 0 or 1 (1 = ON)
  3039.  
  3040. AutoFrameSkip = 1
  3041.  
  3042. ; Player 1/2 Input Device.  Use the GUI to set these values
  3043. ; NOTE : Using this to select joysticks manually will NOT work!
  3044.  
  3045. Player1Device = 1
  3046. Player2Device = 0
  3047.  
  3048. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  3049. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  3050. ; Use the GUI to set these values
  3051.  
  3052. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  3053. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  3054.  
  3055. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  3056. ; 2 devices to be shared on a single player.  This feature automatically
  3057. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  3058.  
  3059. Pl34to12Share = 0
  3060.  
  3061. ; Percent to Execute [50 .. 150]
  3062.  
  3063. Execute = 100
  3064.  
  3065. ; Video Mode, 0 - 32
  3066. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  3067. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  3068. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  3069. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  3070. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  3071. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  3072. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  3073. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  3074. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  3075. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  3076. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  3077. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  3078. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  3079. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  3080. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  3081. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  3082. ;   32 = 1280x1024 DS FULL
  3083.  
  3084. VideoModeWin = 2
  3085.  
  3086. ; Sound Emulation = 0 or 1 (1 = ON)
  3087.  
  3088. Sound = 1
  3089.  
  3090. ; Sound Sampling Rate
  3091. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  3092. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  3093.  
  3094. SoundRate = 2
  3095.  
  3096. ; Stereo (0 = off, 1 = on)
  3097.  
  3098. Stereo = 0
  3099.  
  3100. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  3101.  
  3102. ReverseStereo = 0
  3103.  
  3104. ; New Graphics Engine (1 = Enable, 0 = Disable)
  3105.  
  3106. NewGfx = 1
  3107.  
  3108. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  3109.  
  3110. Scanlines = 0
  3111.  
  3112. ; Interpolation (1 = Enable, 0 = Disable)
  3113.  
  3114. Interpolation = 0
  3115.  
  3116. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  3117.  
  3118. VSync = 0
  3119.  
  3120. ; Disable Echo  (1 = Yes, 0 = No)
  3121.  
  3122. EchoDisable = 0
  3123.  
  3124. ; Sound Volume Level (0 .. 100)
  3125. ; Note : Setting this too high can cause sound overflow which degrades quality
  3126.  
  3127. Volume = 100
  3128.  
  3129. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  3130.  
  3131. DontSave = 0
  3132.  
  3133. ; Savefile directory.  Leave it blank if you want the save files to be in the
  3134. ; same directory as the games.  It should be in a format like : C:\dir\dir
  3135.  
  3136. SaveDirectory = 
  3137.  
  3138. ; Game directory.  This is the directory where the GUI starts at.
  3139. ; ZSNES automatically writes the current directory here upon exit.
  3140.  
  3141. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  3142. ; ZSNES Configuration file
  3143.  
  3144. ; Frame Skip = 0 .. 9
  3145.  
  3146. FrameSkip = 0
  3147.  
  3148. ; Auto Frame Skip = 0 or 1 (1 = ON)
  3149.  
  3150. AutoFrameSkip = 1
  3151.  
  3152. ; Player 1/2 Input Device.  Use the GUI to set these values
  3153. ; NOTE : Using this to select joysticks manually will NOT work!
  3154.  
  3155. Player1Device = 1
  3156. Player2Device = 0
  3157.  
  3158. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  3159. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  3160. ; Use the GUI to set these values
  3161.  
  3162. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  3163. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  3164.  
  3165. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  3166. ; 2 devices to be shared on a single player.  This feature automatically
  3167. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  3168.  
  3169. Pl34to12Share = 0
  3170.  
  3171. ; Percent to Execute [50 .. 150]
  3172.  
  3173. Execute = 100
  3174.  
  3175. ; Video Mode, 0 - 32
  3176. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  3177. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  3178. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  3179. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  3180. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  3181. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  3182. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  3183. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  3184. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  3185. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  3186. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  3187. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  3188. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  3189. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  3190. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  3191. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  3192. ;   32 = 1280x1024 DS FULL
  3193.  
  3194. VideoModeWin = 2
  3195.  
  3196. ; Sound Emulation = 0 or 1 (1 = ON)
  3197.  
  3198. Sound = 1
  3199.  
  3200. ; Sound Sampling Rate
  3201. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  3202. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  3203.  
  3204. SoundRate = 2
  3205.  
  3206. ; Stereo (0 = off, 1 = on)
  3207.  
  3208. Stereo = 0
  3209.  
  3210. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  3211.  
  3212. ReverseStereo = 0
  3213.  
  3214. ; New Graphics Engine (1 = Enable, 0 = Disable)
  3215.  
  3216. NewGfx = 1
  3217.  
  3218. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  3219.  
  3220. Scanlines = 0
  3221.  
  3222. ; Interpolation (1 = Enable, 0 = Disable)
  3223.  
  3224. Interpolation = 0
  3225.  
  3226. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  3227.  
  3228. VSync = 0
  3229.  
  3230. ; Disable Echo  (1 = Yes, 0 = No)
  3231.  
  3232. EchoDisable = 0
  3233.  
  3234. ; Sound Volume Level (0 .. 100)
  3235. ; Note : Setting this too high can cause sound overflow which degrades quality
  3236.  
  3237. Volume = 100
  3238.  
  3239. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  3240.  
  3241. DontSave = 0
  3242.  
  3243. ; Savefile directory.  Leave it blank if you want the save files to be in the
  3244. ; same directory as the games.  It should be in a format like : C:\dir\dir
  3245.  
  3246. SaveDirectory = 
  3247.  
  3248. ; Game directory.  This is the directory where the GUI starts at.
  3249. ; ZSNES automatically writes the current directory here upon exit.
  3250.  
  3251. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  3252. ; ZSNES Configuration file
  3253.  
  3254. ; Frame Skip = 0 .. 9
  3255.  
  3256. FrameSkip = 0
  3257.  
  3258. ; Auto Frame Skip = 0 or 1 (1 = ON)
  3259.  
  3260. AutoFrameSkip = 1
  3261.  
  3262. ; Player 1/2 Input Device.  Use the GUI to set these values
  3263. ; NOTE : Using this to select joysticks manually will NOT work!
  3264.  
  3265. Player1Device = 1
  3266. Player2Device = 0
  3267.  
  3268. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  3269. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  3270. ; Use the GUI to set these values
  3271.  
  3272. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  3273. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  3274.  
  3275. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  3276. ; 2 devices to be shared on a single player.  This feature automatically
  3277. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  3278.  
  3279. Pl34to12Share = 0
  3280.  
  3281. ; Percent to Execute [50 .. 150]
  3282.  
  3283. Execute = 100
  3284.  
  3285. ; Video Mode, 0 - 32
  3286. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  3287. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  3288. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  3289. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  3290. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  3291. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  3292. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  3293. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  3294. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  3295. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  3296. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  3297. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  3298. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  3299. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  3300. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  3301. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  3302. ;   32 = 1280x1024 DS FULL
  3303.  
  3304. VideoModeWin = 2
  3305.  
  3306. ; Sound Emulation = 0 or 1 (1 = ON)
  3307.  
  3308. Sound = 1
  3309.  
  3310. ; Sound Sampling Rate
  3311. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  3312. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  3313.  
  3314. SoundRate = 2
  3315.  
  3316. ; Stereo (0 = off, 1 = on)
  3317.  
  3318. Stereo = 0
  3319.  
  3320. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  3321.  
  3322. ReverseStereo = 0
  3323.  
  3324. ; New Graphics Engine (1 = Enable, 0 = Disable)
  3325.  
  3326. NewGfx = 1
  3327.  
  3328. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  3329.  
  3330. Scanlines = 0
  3331.  
  3332. ; Interpolation (1 = Enable, 0 = Disable)
  3333.  
  3334. Interpolation = 0
  3335.  
  3336. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  3337.  
  3338. VSync = 0
  3339.  
  3340. ; Disable Echo  (1 = Yes, 0 = No)
  3341.  
  3342. EchoDisable = 0
  3343.  
  3344. ; Sound Volume Level (0 .. 100)
  3345. ; Note : Setting this too high can cause sound overflow which degrades quality
  3346.  
  3347. Volume = 100
  3348.  
  3349. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  3350.  
  3351. DontSave = 0
  3352.  
  3353. ; Savefile directory.  Leave it blank if you want the save files to be in the
  3354. ; same directory as the games.  It should be in a format like : C:\dir\dir
  3355.  
  3356. SaveDirectory = 
  3357.  
  3358. ; Game directory.  This is the directory where the GUI starts at.
  3359. ; ZSNES automatically writes the current directory here upon exit.
  3360.  
  3361. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  3362. ; ZSNES Configuration file
  3363.  
  3364. ; Frame Skip = 0 .. 9
  3365.  
  3366. FrameSkip = 0
  3367.  
  3368. ; Auto Frame Skip = 0 or 1 (1 = ON)
  3369.  
  3370. AutoFrameSkip = 1
  3371.  
  3372. ; Player 1/2 Input Device.  Use the GUI to set these values
  3373. ; NOTE : Using this to select joysticks manually will NOT work!
  3374.  
  3375. Player1Device = 1
  3376. Player2Device = 0
  3377.  
  3378. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  3379. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  3380. ; Use the GUI to set these values
  3381.  
  3382. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  3383. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  3384.  
  3385. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  3386. ; 2 devices to be shared on a single player.  This feature automatically
  3387. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  3388.  
  3389. Pl34to12Share = 0
  3390.  
  3391. ; Percent to Execute [50 .. 150]
  3392.  
  3393. Execute = 100
  3394.  
  3395. ; Video Mode, 0 - 32
  3396. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  3397. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  3398. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  3399. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  3400. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  3401. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  3402. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  3403. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  3404. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  3405. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  3406. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  3407. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  3408. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  3409. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  3410. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  3411. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  3412. ;   32 = 1280x1024 DS FULL
  3413.  
  3414. VideoModeWin = 2
  3415.  
  3416. ; Sound Emulation = 0 or 1 (1 = ON)
  3417.  
  3418. Sound = 1
  3419.  
  3420. ; Sound Sampling Rate
  3421. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  3422. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  3423.  
  3424. SoundRate = 2
  3425.  
  3426. ; Stereo (0 = off, 1 = on)
  3427.  
  3428. Stereo = 0
  3429.  
  3430. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  3431.  
  3432. ReverseStereo = 0
  3433.  
  3434. ; New Graphics Engine (1 = Enable, 0 = Disable)
  3435.  
  3436. NewGfx = 1
  3437.  
  3438. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  3439.  
  3440. Scanlines = 0
  3441.  
  3442. ; Interpolation (1 = Enable, 0 = Disable)
  3443.  
  3444. Interpolation = 0
  3445.  
  3446. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  3447.  
  3448. VSync = 0
  3449.  
  3450. ; Disable Echo  (1 = Yes, 0 = No)
  3451.  
  3452. EchoDisable = 0
  3453.  
  3454. ; Sound Volume Level (0 .. 100)
  3455. ; Note : Setting this too high can cause sound overflow which degrades quality
  3456.  
  3457. Volume = 100
  3458.  
  3459. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  3460.  
  3461. DontSave = 0
  3462.  
  3463. ; Savefile directory.  Leave it blank if you want the save files to be in the
  3464. ; same directory as the games.  It should be in a format like : C:\dir\dir
  3465.  
  3466. SaveDirectory = 
  3467.  
  3468. ; Game directory.  This is the directory where the GUI starts at.
  3469. ; ZSNES automatically writes the current directory here upon exit.
  3470.  
  3471. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  3472. ; ZSNES Configuration file
  3473.  
  3474. ; Frame Skip = 0 .. 9
  3475.  
  3476. FrameSkip = 0
  3477.  
  3478. ; Auto Frame Skip = 0 or 1 (1 = ON)
  3479.  
  3480. AutoFrameSkip = 1
  3481.  
  3482. ; Player 1/2 Input Device.  Use the GUI to set these values
  3483. ; NOTE : Using this to select joysticks manually will NOT work!
  3484.  
  3485. Player1Device = 1
  3486. Player2Device = 0
  3487.  
  3488. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  3489. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  3490. ; Use the GUI to set these values
  3491.  
  3492. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  3493. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  3494.  
  3495. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  3496. ; 2 devices to be shared on a single player.  This feature automatically
  3497. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  3498.  
  3499. Pl34to12Share = 0
  3500.  
  3501. ; Percent to Execute [50 .. 150]
  3502.  
  3503. Execute = 100
  3504.  
  3505. ; Video Mode, 0 - 32
  3506. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  3507. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  3508. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  3509. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  3510. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  3511. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  3512. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  3513. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  3514. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  3515. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  3516. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  3517. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  3518. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  3519. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  3520. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  3521. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  3522. ;   32 = 1280x1024 DS FULL
  3523.  
  3524. VideoModeWin = 2
  3525.  
  3526. ; Sound Emulation = 0 or 1 (1 = ON)
  3527.  
  3528. Sound = 1
  3529.  
  3530. ; Sound Sampling Rate
  3531. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  3532. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  3533.  
  3534. SoundRate = 2
  3535.  
  3536. ; Stereo (0 = off, 1 = on)
  3537.  
  3538. Stereo = 0
  3539.  
  3540. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  3541.  
  3542. ReverseStereo = 0
  3543.  
  3544. ; New Graphics Engine (1 = Enable, 0 = Disable)
  3545.  
  3546. NewGfx = 1
  3547.  
  3548. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  3549.  
  3550. Scanlines = 0
  3551.  
  3552. ; Interpolation (1 = Enable, 0 = Disable)
  3553.  
  3554. Interpolation = 0
  3555.  
  3556. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  3557.  
  3558. VSync = 0
  3559.  
  3560. ; Disable Echo  (1 = Yes, 0 = No)
  3561.  
  3562. EchoDisable = 0
  3563.  
  3564. ; Sound Volume Level (0 .. 100)
  3565. ; Note : Setting this too high can cause sound overflow which degrades quality
  3566.  
  3567. Volume = 100
  3568.  
  3569. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  3570.  
  3571. DontSave = 0
  3572.  
  3573. ; Savefile directory.  Leave it blank if you want the save files to be in the
  3574. ; same directory as the games.  It should be in a format like : C:\dir\dir
  3575.  
  3576. SaveDirectory = 
  3577.  
  3578. ; Game directory.  This is the directory where the GUI starts at.
  3579. ; ZSNES automatically writes the current directory here upon exit.
  3580.  
  3581. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  3582. ; ZSNES Configuration file
  3583.  
  3584. ; Frame Skip = 0 .. 9
  3585.  
  3586. FrameSkip = 0
  3587.  
  3588. ; Auto Frame Skip = 0 or 1 (1 = ON)
  3589.  
  3590. AutoFrameSkip = 1
  3591.  
  3592. ; Player 1/2 Input Device.  Use the GUI to set these values
  3593. ; NOTE : Using this to select joysticks manually will NOT work!
  3594.  
  3595. Player1Device = 1
  3596. Player2Device = 0
  3597.  
  3598. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  3599. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  3600. ; Use the GUI to set these values
  3601.  
  3602. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  3603. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  3604.  
  3605. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  3606. ; 2 devices to be shared on a single player.  This feature automatically
  3607. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  3608.  
  3609. Pl34to12Share = 0
  3610.  
  3611. ; Percent to Execute [50 .. 150]
  3612.  
  3613. Execute = 100
  3614.  
  3615. ; Video Mode, 0 - 32
  3616. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  3617. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  3618. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  3619. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  3620. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  3621. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  3622. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  3623. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  3624. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  3625. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  3626. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  3627. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  3628. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  3629. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  3630. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  3631. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  3632. ;   32 = 1280x1024 DS FULL
  3633.  
  3634. VideoModeWin = 2
  3635.  
  3636. ; Sound Emulation = 0 or 1 (1 = ON)
  3637.  
  3638. Sound = 1
  3639.  
  3640. ; Sound Sampling Rate
  3641. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  3642. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  3643.  
  3644. SoundRate = 2
  3645.  
  3646. ; Stereo (0 = off, 1 = on)
  3647.  
  3648. Stereo = 0
  3649.  
  3650. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  3651.  
  3652. ReverseStereo = 0
  3653.  
  3654. ; New Graphics Engine (1 = Enable, 0 = Disable)
  3655.  
  3656. NewGfx = 1
  3657.  
  3658. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  3659.  
  3660. Scanlines = 0
  3661.  
  3662. ; Interpolation (1 = Enable, 0 = Disable)
  3663.  
  3664. Interpolation = 0
  3665.  
  3666. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  3667.  
  3668. VSync = 0
  3669.  
  3670. ; Disable Echo  (1 = Yes, 0 = No)
  3671.  
  3672. EchoDisable = 0
  3673.  
  3674. ; Sound Volume Level (0 .. 100)
  3675. ; Note : Setting this too high can cause sound overflow which degrades quality
  3676.  
  3677. Volume = 100
  3678.  
  3679. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  3680.  
  3681. DontSave = 0
  3682.  
  3683. ; Savefile directory.  Leave it blank if you want the save files to be in the
  3684. ; same directory as the games.  It should be in a format like : C:\dir\dir
  3685.  
  3686. SaveDirectory = 
  3687.  
  3688. ; Game directory.  This is the directory where the GUI starts at.
  3689. ; ZSNES automatically writes the current directory here upon exit.
  3690.  
  3691. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  3692. ; ZSNES Configuration file
  3693.  
  3694. ; Frame Skip = 0 .. 9
  3695.  
  3696. FrameSkip = 0
  3697.  
  3698. ; Auto Frame Skip = 0 or 1 (1 = ON)
  3699.  
  3700. AutoFrameSkip = 1
  3701.  
  3702. ; Player 1/2 Input Device.  Use the GUI to set these values
  3703. ; NOTE : Using this to select joysticks manually will NOT work!
  3704.  
  3705. Player1Device = 1
  3706. Player2Device = 0
  3707.  
  3708. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  3709. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  3710. ; Use the GUI to set these values
  3711.  
  3712. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  3713. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  3714.  
  3715. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  3716. ; 2 devices to be shared on a single player.  This feature automatically
  3717. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  3718.  
  3719. Pl34to12Share = 0
  3720.  
  3721. ; Percent to Execute [50 .. 150]
  3722.  
  3723. Execute = 100
  3724.  
  3725. ; Video Mode, 0 - 32
  3726. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  3727. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  3728. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  3729. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  3730. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  3731. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  3732. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  3733. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  3734. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  3735. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  3736. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  3737. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  3738. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  3739. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  3740. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  3741. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  3742. ;   32 = 1280x1024 DS FULL
  3743.  
  3744. VideoModeWin = 2
  3745.  
  3746. ; Sound Emulation = 0 or 1 (1 = ON)
  3747.  
  3748. Sound = 1
  3749.  
  3750. ; Sound Sampling Rate
  3751. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  3752. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  3753.  
  3754. SoundRate = 2
  3755.  
  3756. ; Stereo (0 = off, 1 = on)
  3757.  
  3758. Stereo = 0
  3759.  
  3760. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  3761.  
  3762. ReverseStereo = 0
  3763.  
  3764. ; New Graphics Engine (1 = Enable, 0 = Disable)
  3765.  
  3766. NewGfx = 1
  3767.  
  3768. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  3769.  
  3770. Scanlines = 0
  3771.  
  3772. ; Interpolation (1 = Enable, 0 = Disable)
  3773.  
  3774. Interpolation = 0
  3775.  
  3776. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  3777.  
  3778. VSync = 0
  3779.  
  3780. ; Disable Echo  (1 = Yes, 0 = No)
  3781.  
  3782. EchoDisable = 0
  3783.  
  3784. ; Sound Volume Level (0 .. 100)
  3785. ; Note : Setting this too high can cause sound overflow which degrades quality
  3786.  
  3787. Volume = 100
  3788.  
  3789. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  3790.  
  3791. DontSave = 0
  3792.  
  3793. ; Savefile directory.  Leave it blank if you want the save files to be in the
  3794. ; same directory as the games.  It should be in a format like : C:\dir\dir
  3795.  
  3796. SaveDirectory = 
  3797.  
  3798. ; Game directory.  This is the directory where the GUI starts at.
  3799. ; ZSNES automatically writes the current directory here upon exit.
  3800.  
  3801. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  3802. ; ZSNES Configuration file
  3803.  
  3804. ; Frame Skip = 0 .. 9
  3805.  
  3806. FrameSkip = 0
  3807.  
  3808. ; Auto Frame Skip = 0 or 1 (1 = ON)
  3809.  
  3810. AutoFrameSkip = 1
  3811.  
  3812. ; Player 1/2 Input Device.  Use the GUI to set these values
  3813. ; NOTE : Using this to select joysticks manually will NOT work!
  3814.  
  3815. Player1Device = 1
  3816. Player2Device = 0
  3817.  
  3818. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  3819. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  3820. ; Use the GUI to set these values
  3821.  
  3822. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  3823. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  3824.  
  3825. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  3826. ; 2 devices to be shared on a single player.  This feature automatically
  3827. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  3828.  
  3829. Pl34to12Share = 0
  3830.  
  3831. ; Percent to Execute [50 .. 150]
  3832.  
  3833. Execute = 100
  3834.  
  3835. ; Video Mode, 0 - 32
  3836. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  3837. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  3838. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  3839. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  3840. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  3841. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  3842. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  3843. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  3844. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  3845. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  3846. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  3847. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  3848. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  3849. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  3850. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  3851. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  3852. ;   32 = 1280x1024 DS FULL
  3853.  
  3854. VideoModeWin = 2
  3855.  
  3856. ; Sound Emulation = 0 or 1 (1 = ON)
  3857.  
  3858. Sound = 1
  3859.  
  3860. ; Sound Sampling Rate
  3861. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  3862. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  3863.  
  3864. SoundRate = 2
  3865.  
  3866. ; Stereo (0 = off, 1 = on)
  3867.  
  3868. Stereo = 0
  3869.  
  3870. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  3871.  
  3872. ReverseStereo = 0
  3873.  
  3874. ; New Graphics Engine (1 = Enable, 0 = Disable)
  3875.  
  3876. NewGfx = 1
  3877.  
  3878. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  3879.  
  3880. Scanlines = 0
  3881.  
  3882. ; Interpolation (1 = Enable, 0 = Disable)
  3883.  
  3884. Interpolation = 0
  3885.  
  3886. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  3887.  
  3888. VSync = 0
  3889.  
  3890. ; Disable Echo  (1 = Yes, 0 = No)
  3891.  
  3892. EchoDisable = 0
  3893.  
  3894. ; Sound Volume Level (0 .. 100)
  3895. ; Note : Setting this too high can cause sound overflow which degrades quality
  3896.  
  3897. Volume = 100
  3898.  
  3899. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  3900.  
  3901. DontSave = 0
  3902.  
  3903. ; Savefile directory.  Leave it blank if you want the save files to be in the
  3904. ; same directory as the games.  It should be in a format like : C:\dir\dir
  3905.  
  3906. SaveDirectory = 
  3907.  
  3908. ; Game directory.  This is the directory where the GUI starts at.
  3909. ; ZSNES automatically writes the current directory here upon exit.
  3910.  
  3911. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  3912. ; ZSNES Configuration file
  3913.  
  3914. ; Frame Skip = 0 .. 9
  3915.  
  3916. FrameSkip = 0
  3917.  
  3918. ; Auto Frame Skip = 0 or 1 (1 = ON)
  3919.  
  3920. AutoFrameSkip = 1
  3921.  
  3922. ; Player 1/2 Input Device.  Use the GUI to set these values
  3923. ; NOTE : Using this to select joysticks manually will NOT work!
  3924.  
  3925. Player1Device = 1
  3926. Player2Device = 0
  3927.  
  3928. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  3929. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  3930. ; Use the GUI to set these values
  3931.  
  3932. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  3933. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  3934.  
  3935. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  3936. ; 2 devices to be shared on a single player.  This feature automatically
  3937. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  3938.  
  3939. Pl34to12Share = 0
  3940.  
  3941. ; Percent to Execute [50 .. 150]
  3942.  
  3943. Execute = 100
  3944.  
  3945. ; Video Mode, 0 - 32
  3946. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  3947. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  3948. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  3949. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  3950. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  3951. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  3952. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  3953. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  3954. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  3955. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  3956. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  3957. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  3958. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  3959. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  3960. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  3961. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  3962. ;   32 = 1280x1024 DS FULL
  3963.  
  3964. VideoModeWin = 2
  3965.  
  3966. ; Sound Emulation = 0 or 1 (1 = ON)
  3967.  
  3968. Sound = 1
  3969.  
  3970. ; Sound Sampling Rate
  3971. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  3972. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  3973.  
  3974. SoundRate = 2
  3975.  
  3976. ; Stereo (0 = off, 1 = on)
  3977.  
  3978. Stereo = 0
  3979.  
  3980. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  3981.  
  3982. ReverseStereo = 0
  3983.  
  3984. ; New Graphics Engine (1 = Enable, 0 = Disable)
  3985.  
  3986. NewGfx = 1
  3987.  
  3988. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  3989.  
  3990. Scanlines = 0
  3991.  
  3992. ; Interpolation (1 = Enable, 0 = Disable)
  3993.  
  3994. Interpolation = 0
  3995.  
  3996. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  3997.  
  3998. VSync = 0
  3999.  
  4000. ; Disable Echo  (1 = Yes, 0 = No)
  4001.  
  4002. EchoDisable = 0
  4003.  
  4004. ; Sound Volume Level (0 .. 100)
  4005. ; Note : Setting this too high can cause sound overflow which degrades quality
  4006.  
  4007. Volume = 100
  4008.  
  4009. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  4010.  
  4011. DontSave = 0
  4012.  
  4013. ; Savefile directory.  Leave it blank if you want the save files to be in the
  4014. ; same directory as the games.  It should be in a format like : C:\dir\dir
  4015.  
  4016. SaveDirectory = 
  4017.  
  4018. ; Game directory.  This is the directory where the GUI starts at.
  4019. ; ZSNES automatically writes the current directory here upon exit.
  4020.  
  4021. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  4022. ; ZSNES Configuration file
  4023.  
  4024. ; Frame Skip = 0 .. 9
  4025.  
  4026. FrameSkip = 0
  4027.  
  4028. ; Auto Frame Skip = 0 or 1 (1 = ON)
  4029.  
  4030. AutoFrameSkip = 1
  4031.  
  4032. ; Player 1/2 Input Device.  Use the GUI to set these values
  4033. ; NOTE : Using this to select joysticks manually will NOT work!
  4034.  
  4035. Player1Device = 1
  4036. Player2Device = 0
  4037.  
  4038. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  4039. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  4040. ; Use the GUI to set these values
  4041.  
  4042. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  4043. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  4044.  
  4045. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  4046. ; 2 devices to be shared on a single player.  This feature automatically
  4047. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  4048.  
  4049. Pl34to12Share = 0
  4050.  
  4051. ; Percent to Execute [50 .. 150]
  4052.  
  4053. Execute = 100
  4054.  
  4055. ; Video Mode, 0 - 32
  4056. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  4057. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  4058. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  4059. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  4060. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  4061. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  4062. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  4063. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  4064. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  4065. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  4066. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  4067. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  4068. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  4069. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  4070. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  4071. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  4072. ;   32 = 1280x1024 DS FULL
  4073.  
  4074. VideoModeWin = 2
  4075.  
  4076. ; Sound Emulation = 0 or 1 (1 = ON)
  4077.  
  4078. Sound = 1
  4079.  
  4080. ; Sound Sampling Rate
  4081. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  4082. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  4083.  
  4084. SoundRate = 2
  4085.  
  4086. ; Stereo (0 = off, 1 = on)
  4087.  
  4088. Stereo = 0
  4089.  
  4090. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  4091.  
  4092. ReverseStereo = 0
  4093.  
  4094. ; New Graphics Engine (1 = Enable, 0 = Disable)
  4095.  
  4096. NewGfx = 1
  4097.  
  4098. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  4099.  
  4100. Scanlines = 0
  4101.  
  4102. ; Interpolation (1 = Enable, 0 = Disable)
  4103.  
  4104. Interpolation = 0
  4105.  
  4106. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  4107.  
  4108. VSync = 0
  4109.  
  4110. ; Disable Echo  (1 = Yes, 0 = No)
  4111.  
  4112. EchoDisable = 0
  4113.  
  4114. ; Sound Volume Level (0 .. 100)
  4115. ; Note : Setting this too high can cause sound overflow which degrades quality
  4116.  
  4117. Volume = 100
  4118.  
  4119. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  4120.  
  4121. DontSave = 0
  4122.  
  4123. ; Savefile directory.  Leave it blank if you want the save files to be in the
  4124. ; same directory as the games.  It should be in a format like : C:\dir\dir
  4125.  
  4126. SaveDirectory = 
  4127.  
  4128. ; Game directory.  This is the directory where the GUI starts at.
  4129. ; ZSNES automatically writes the current directory here upon exit.
  4130.  
  4131. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  4132. ; ZSNES Configuration file
  4133.  
  4134. ; Frame Skip = 0 .. 9
  4135.  
  4136. FrameSkip = 0
  4137.  
  4138. ; Auto Frame Skip = 0 or 1 (1 = ON)
  4139.  
  4140. AutoFrameSkip = 1
  4141.  
  4142. ; Player 1/2 Input Device.  Use the GUI to set these values
  4143. ; NOTE : Using this to select joysticks manually will NOT work!
  4144.  
  4145. Player1Device = 1
  4146. Player2Device = 0
  4147.  
  4148. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  4149. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  4150. ; Use the GUI to set these values
  4151.  
  4152. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  4153. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  4154.  
  4155. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  4156. ; 2 devices to be shared on a single player.  This feature automatically
  4157. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  4158.  
  4159. Pl34to12Share = 0
  4160.  
  4161. ; Percent to Execute [50 .. 150]
  4162.  
  4163. Execute = 100
  4164.  
  4165. ; Video Mode, 0 - 32
  4166. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  4167. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  4168. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  4169. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  4170. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  4171. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  4172. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  4173. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  4174. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  4175. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  4176. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  4177. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  4178. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  4179. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  4180. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  4181. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  4182. ;   32 = 1280x1024 DS FULL
  4183.  
  4184. VideoModeWin = 2
  4185.  
  4186. ; Sound Emulation = 0 or 1 (1 = ON)
  4187.  
  4188. Sound = 1
  4189.  
  4190. ; Sound Sampling Rate
  4191. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  4192. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  4193.  
  4194. SoundRate = 2
  4195.  
  4196. ; Stereo (0 = off, 1 = on)
  4197.  
  4198. Stereo = 0
  4199.  
  4200. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  4201.  
  4202. ReverseStereo = 0
  4203.  
  4204. ; New Graphics Engine (1 = Enable, 0 = Disable)
  4205.  
  4206. NewGfx = 1
  4207.  
  4208. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  4209.  
  4210. Scanlines = 0
  4211.  
  4212. ; Interpolation (1 = Enable, 0 = Disable)
  4213.  
  4214. Interpolation = 0
  4215.  
  4216. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  4217.  
  4218. VSync = 0
  4219.  
  4220. ; Disable Echo  (1 = Yes, 0 = No)
  4221.  
  4222. EchoDisable = 0
  4223.  
  4224. ; Sound Volume Level (0 .. 100)
  4225. ; Note : Setting this too high can cause sound overflow which degrades quality
  4226.  
  4227. Volume = 100
  4228.  
  4229. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  4230.  
  4231. DontSave = 0
  4232.  
  4233. ; Savefile directory.  Leave it blank if you want the save files to be in the
  4234. ; same directory as the games.  It should be in a format like : C:\dir\dir
  4235.  
  4236. SaveDirectory = 
  4237.  
  4238. ; Game directory.  This is the directory where the GUI starts at.
  4239. ; ZSNES automatically writes the current directory here upon exit.
  4240.  
  4241. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  4242. ; ZSNES Configuration file
  4243.  
  4244. ; Frame Skip = 0 .. 9
  4245.  
  4246. FrameSkip = 0
  4247.  
  4248. ; Auto Frame Skip = 0 or 1 (1 = ON)
  4249.  
  4250. AutoFrameSkip = 1
  4251.  
  4252. ; Player 1/2 Input Device.  Use the GUI to set these values
  4253. ; NOTE : Using this to select joysticks manually will NOT work!
  4254.  
  4255. Player1Device = 1
  4256. Player2Device = 0
  4257.  
  4258. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  4259. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  4260. ; Use the GUI to set these values
  4261.  
  4262. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  4263. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  4264.  
  4265. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  4266. ; 2 devices to be shared on a single player.  This feature automatically
  4267. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  4268.  
  4269. Pl34to12Share = 0
  4270.  
  4271. ; Percent to Execute [50 .. 150]
  4272.  
  4273. Execute = 100
  4274.  
  4275. ; Video Mode, 0 - 32
  4276. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  4277. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  4278. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  4279. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  4280. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  4281. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  4282. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  4283. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  4284. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  4285. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  4286. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  4287. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  4288. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  4289. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  4290. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  4291. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  4292. ;   32 = 1280x1024 DS FULL
  4293.  
  4294. VideoModeWin = 2
  4295.  
  4296. ; Sound Emulation = 0 or 1 (1 = ON)
  4297.  
  4298. Sound = 1
  4299.  
  4300. ; Sound Sampling Rate
  4301. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  4302. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  4303.  
  4304. SoundRate = 2
  4305.  
  4306. ; Stereo (0 = off, 1 = on)
  4307.  
  4308. Stereo = 0
  4309.  
  4310. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  4311.  
  4312. ReverseStereo = 0
  4313.  
  4314. ; New Graphics Engine (1 = Enable, 0 = Disable)
  4315.  
  4316. NewGfx = 1
  4317.  
  4318. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  4319.  
  4320. Scanlines = 0
  4321.  
  4322. ; Interpolation (1 = Enable, 0 = Disable)
  4323.  
  4324. Interpolation = 0
  4325.  
  4326. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  4327.  
  4328. VSync = 0
  4329.  
  4330. ; Disable Echo  (1 = Yes, 0 = No)
  4331.  
  4332. EchoDisable = 0
  4333.  
  4334. ; Sound Volume Level (0 .. 100)
  4335. ; Note : Setting this too high can cause sound overflow which degrades quality
  4336.  
  4337. Volume = 100
  4338.  
  4339. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  4340.  
  4341. DontSave = 0
  4342.  
  4343. ; Savefile directory.  Leave it blank if you want the save files to be in the
  4344. ; same directory as the games.  It should be in a format like : C:\dir\dir
  4345.  
  4346. SaveDirectory = 
  4347.  
  4348. ; Game directory.  This is the directory where the GUI starts at.
  4349. ; ZSNES automatically writes the current directory here upon exit.
  4350.  
  4351. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  4352. ; ZSNES Configuration file
  4353.  
  4354. ; Frame Skip = 0 .. 9
  4355.  
  4356. FrameSkip = 0
  4357.  
  4358. ; Auto Frame Skip = 0 or 1 (1 = ON)
  4359.  
  4360. AutoFrameSkip = 1
  4361.  
  4362. ; Player 1/2 Input Device.  Use the GUI to set these values
  4363. ; NOTE : Using this to select joysticks manually will NOT work!
  4364.  
  4365. Player1Device = 1
  4366. Player2Device = 0
  4367.  
  4368. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  4369. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  4370. ; Use the GUI to set these values
  4371.  
  4372. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  4373. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  4374.  
  4375. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  4376. ; 2 devices to be shared on a single player.  This feature automatically
  4377. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  4378.  
  4379. Pl34to12Share = 0
  4380.  
  4381. ; Percent to Execute [50 .. 150]
  4382.  
  4383. Execute = 100
  4384.  
  4385. ; Video Mode, 0 - 32
  4386. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  4387. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  4388. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  4389. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  4390. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  4391. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  4392. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  4393. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  4394. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  4395. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  4396. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  4397. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  4398. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  4399. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  4400. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  4401. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  4402. ;   32 = 1280x1024 DS FULL
  4403.  
  4404. VideoModeWin = 2
  4405.  
  4406. ; Sound Emulation = 0 or 1 (1 = ON)
  4407.  
  4408. Sound = 1
  4409.  
  4410. ; Sound Sampling Rate
  4411. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  4412. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  4413.  
  4414. SoundRate = 2
  4415.  
  4416. ; Stereo (0 = off, 1 = on)
  4417.  
  4418. Stereo = 0
  4419.  
  4420. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  4421.  
  4422. ReverseStereo = 0
  4423.  
  4424. ; New Graphics Engine (1 = Enable, 0 = Disable)
  4425.  
  4426. NewGfx = 1
  4427.  
  4428. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  4429.  
  4430. Scanlines = 0
  4431.  
  4432. ; Interpolation (1 = Enable, 0 = Disable)
  4433.  
  4434. Interpolation = 0
  4435.  
  4436. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  4437.  
  4438. VSync = 0
  4439.  
  4440. ; Disable Echo  (1 = Yes, 0 = No)
  4441.  
  4442. EchoDisable = 0
  4443.  
  4444. ; Sound Volume Level (0 .. 100)
  4445. ; Note : Setting this too high can cause sound overflow which degrades quality
  4446.  
  4447. Volume = 100
  4448.  
  4449. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  4450.  
  4451. DontSave = 0
  4452.  
  4453. ; Savefile directory.  Leave it blank if you want the save files to be in the
  4454. ; same directory as the games.  It should be in a format like : C:\dir\dir
  4455.  
  4456. SaveDirectory = 
  4457.  
  4458. ; Game directory.  This is the directory where the GUI starts at.
  4459. ; ZSNES automatically writes the current directory here upon exit.
  4460.  
  4461. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  4462. ; ZSNES Configuration file
  4463.  
  4464. ; Frame Skip = 0 .. 9
  4465.  
  4466. FrameSkip = 0
  4467.  
  4468. ; Auto Frame Skip = 0 or 1 (1 = ON)
  4469.  
  4470. AutoFrameSkip = 1
  4471.  
  4472. ; Player 1/2 Input Device.  Use the GUI to set these values
  4473. ; NOTE : Using this to select joysticks manually will NOT work!
  4474.  
  4475. Player1Device = 1
  4476. Player2Device = 0
  4477.  
  4478. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  4479. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  4480. ; Use the GUI to set these values
  4481.  
  4482. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  4483. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  4484.  
  4485. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  4486. ; 2 devices to be shared on a single player.  This feature automatically
  4487. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  4488.  
  4489. Pl34to12Share = 0
  4490.  
  4491. ; Percent to Execute [50 .. 150]
  4492.  
  4493. Execute = 100
  4494.  
  4495. ; Video Mode, 0 - 32
  4496. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  4497. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  4498. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  4499. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  4500. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  4501. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  4502. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  4503. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  4504. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  4505. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  4506. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  4507. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  4508. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  4509. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  4510. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  4511. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  4512. ;   32 = 1280x1024 DS FULL
  4513.  
  4514. VideoModeWin = 2
  4515.  
  4516. ; Sound Emulation = 0 or 1 (1 = ON)
  4517.  
  4518. Sound = 1
  4519.  
  4520. ; Sound Sampling Rate
  4521. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  4522. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  4523.  
  4524. SoundRate = 2
  4525.  
  4526. ; Stereo (0 = off, 1 = on)
  4527.  
  4528. Stereo = 0
  4529.  
  4530. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  4531.  
  4532. ReverseStereo = 0
  4533.  
  4534. ; New Graphics Engine (1 = Enable, 0 = Disable)
  4535.  
  4536. NewGfx = 1
  4537.  
  4538. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  4539.  
  4540. Scanlines = 0
  4541.  
  4542. ; Interpolation (1 = Enable, 0 = Disable)
  4543.  
  4544. Interpolation = 0
  4545.  
  4546. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  4547.  
  4548. VSync = 0
  4549.  
  4550. ; Disable Echo  (1 = Yes, 0 = No)
  4551.  
  4552. EchoDisable = 0
  4553.  
  4554. ; Sound Volume Level (0 .. 100)
  4555. ; Note : Setting this too high can cause sound overflow which degrades quality
  4556.  
  4557. Volume = 100
  4558.  
  4559. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  4560.  
  4561. DontSave = 0
  4562.  
  4563. ; Savefile directory.  Leave it blank if you want the save files to be in the
  4564. ; same directory as the games.  It should be in a format like : C:\dir\dir
  4565.  
  4566. SaveDirectory = 
  4567.  
  4568. ; Game directory.  This is the directory where the GUI starts at.
  4569. ; ZSNES automatically writes the current directory here upon exit.
  4570.  
  4571. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  4572. ; ZSNES Configuration file
  4573.  
  4574. ; Frame Skip = 0 .. 9
  4575.  
  4576. FrameSkip = 0
  4577.  
  4578. ; Auto Frame Skip = 0 or 1 (1 = ON)
  4579.  
  4580. AutoFrameSkip = 1
  4581.  
  4582. ; Player 1/2 Input Device.  Use the GUI to set these values
  4583. ; NOTE : Using this to select joysticks manually will NOT work!
  4584.  
  4585. Player1Device = 1
  4586. Player2Device = 0
  4587.  
  4588. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  4589. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  4590. ; Use the GUI to set these values
  4591.  
  4592. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21, 20, 22
  4593. ScanKey2 = 77, 75, 76, 72, 156, 78, 207, 211, 209, 199, 210, 201
  4594.  
  4595. ; Share Player 3 and 4 control inputs with Player 1 and 2 to allow
  4596. ; 2 devices to be shared on a single player.  This feature automatically
  4597. ; disables MultiTap (Multiplayer 5) support.  Set this to 1 to enable.
  4598.  
  4599. Pl34to12Share = 0
  4600.  
  4601. ; Percent to Execute [50 .. 150]
  4602.  
  4603. Execute = 100
  4604.  
  4605. ; Video Mode, 0 - 32
  4606. ;   0 = 256x224 R WIN         1 = 256x224 R FULL
  4607. ;   2 = 512x448 R WIN         3 = 512x448 DR WIN
  4608. ;   4 = 640x480 S WIN         5 = 640x480 DS WIN
  4609. ;   6 = 640x480 DR FULL       7 = 640x480 DS FULL
  4610. ;   8 = 640x480 S FULL        9 = 768x672 R WIN
  4611. ;   10 = 768x672 DR WIN       11 = 800x600 S WIN
  4612. ;   12 = 800x600 DS WIN       13 = 800x600 S FULL
  4613. ;   14 = 800x600 DR FULL      15 = 800x600 DS FULL
  4614. ;   16 = 1024x768 S WIN       17 = 1024x768 DS WIN
  4615. ;   18 = 1024x768 S FULL      19 = 1024x768 DR FULL
  4616. ;   20 = 1024x768 DS FULL     21 = 1024x896 R WIN
  4617. ;   22 = 1024x896 DR WIN      23 = 1280x960 S WIN
  4618. ;   24 = 1280x960 DS WIN      25 = 1280x960 S FULL
  4619. ;   26 = 1280x960 DR FULL     27 = 1280x960 DS FULL
  4620. ;   28 = 1280x1024 S WIN      29 = 1280x1024 DS WIN
  4621. ;   30 = 1280x1024 S FULL     31 = 1280x1024 DR FULL
  4622. ;   32 = 1280x1024 DS FULL
  4623.  
  4624. VideoModeWin = 2
  4625.  
  4626. ; Sound Emulation = 0 or 1 (1 = ON)
  4627.  
  4628. Sound = 1
  4629.  
  4630. ; Sound Sampling Rate
  4631. ;   0 =  8,000 Hz, 1 = 11,025 Hz, 2 = 22,050 Hz
  4632. ;   3 = 44,100 Hz, 4 = 16,000 Hz, 5 = 32,000 Hz
  4633.  
  4634. SoundRate = 2
  4635.  
  4636. ; Stereo (0 = off, 1 = on)
  4637.  
  4638. Stereo = 0
  4639.  
  4640. ; Stereo Reversed.  Swaps left channel with right. (0 = off, 1 = L <-> R)
  4641.  
  4642. ReverseStereo = 0
  4643.  
  4644. ; New Graphics Engine (1 = Enable, 0 = Disable)
  4645.  
  4646. NewGfx = 1
  4647.  
  4648. ; Scanlines (0 = Disable, 1 = Full, 2 = 25 3 = 50
  4649.  
  4650. Scanlines = 0
  4651.  
  4652. ; Interpolation (1 = Enable, 0 = Disable)
  4653.  
  4654. Interpolation = 0
  4655.  
  4656. ; VSync (1 = Enable, 0 = Disable) - Wait for Vertical Sync (Fast cpu reqd)
  4657.  
  4658. VSync = 0
  4659.  
  4660. ; Disable Echo  (1 = Yes, 0 = No)
  4661.  
  4662. EchoDisable = 0
  4663.  
  4664. ; Sound Volume Level (0 .. 100)
  4665. ; Note : Setting this too high can cause sound overflow which degrades quality
  4666.  
  4667. Volume = 100
  4668.  
  4669. ; Set this to 1 if you do not want ZSNES to save the configuration files.
  4670.  
  4671. DontSave = 0
  4672.  
  4673. ; Savefile directory.  Leave it blank if you want the save files to be in the
  4674. ; same directory as the games.  It should be in a format like : C:\dir\dir
  4675.  
  4676. SaveDirectory = 
  4677.  
  4678. ; Game directory.  This is the directory where the GUI starts at.
  4679. ; ZSNES automatically writes the current directory here upon exit.
  4680.  
  4681. GameDirectory = C:\WINDOWS\DESKTOP\STEVEN'S FILE!! STAY OUT!!!!\EMULATORS
  4682. ; ZSNES Configuration file
  4683.  
  4684. ; Frame Skip = 0 .. 9
  4685.  
  4686. FrameSkip = 0
  4687.  
  4688. ; Auto Frame Skip = 0 or 1 (1 = ON)
  4689.  
  4690. AutoFrameSkip = 1
  4691.  
  4692. ; Player 1/2 Input Device.  Use the GUI to set these values
  4693. ; NOTE : Using this to select joysticks manually will NOT work!
  4694.  
  4695. Player1Device = 1
  4696. Player2Device = 0
  4697.  
  4698. ; Keyboard Scancodes/Joystick Mappings for Keyboard 1 & 2
  4699. ; In order of Right, Left, Down, Up, Start, Select, B, Y, A, X, L, R
  4700. ; Use the GUI to set these values
  4701.  
  4702. ScanKey1 = 205, 203, 208, 200, 28, 54, 35, 34, 36, 21,